Html Css Color HEX #4650CB Free Speech Blue

📋 copy color: '#4650CB'

red 70 ◦ green 80 ◦ blue 203

#4650CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4650CB

Tints of Free Speech Blue #4650CB

RGB

 RED value IS 70 (27.73% from 255) = 19.83%

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 19.83%
G = 22.66%
B = 57.51%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4650CB (or 0x4650CB) is known color: Free Speech Blue. HEX triplet: 46, 50 and CB. RGB value is (70,80,203). Sum of RGB (Red+Green+Blue) = 70+80+203=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #4650CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650CB is #B9AF34. Grayscale: #5A5A5A. Windows color (decimal): -12169013 or 13324358. OLE color: 13324358.

HSL color Cylindrical-coordinate representation of color #4650CB: hue angle of 235.49º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4650CB is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 80 203 -
CMYK 0.66 0.61 0 0.20
HSL 235.49º 0.56% 0.54% -
HSV(B) 235.49º 0.66% 0.8% -
XYZ 16.17 11.35 57.84 -
YUV 91.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 70 80 203 0.66 0.61 0 0.20 235.49 0.56 0.54
Hex 46 50 CB 42 3D 0 14 EB 38 36
Octal 106 120 313 102 75 0 24 353 70 66
Binary 1000110 1010000 11001011 1000010 111101 0 10100 11101011 111000 110110

Color Harmonies of #4650CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4650CB

Black with #4650CB

Text Example


Text Example

White with #4650CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4650CB; }

 p { color: rgb(70,80,203); }

 H1.HeaderClassName
 {
   color: #4650CB;
 }
 .AnyTagClassName
 {
   color: #4650CB;
 }
</style>

background-color css

<style>
 a { background-color: #4650CB; }

 a { background-color: rgb(70,80,203); }

 div.DivClassName
 {
   background-color: #4650CB;
 }
 .BgClassName
 {
   background-color: #4650CB;
 }
</style>

border-color css

<style>
 span { border-color: #4650CB; }

 span { border-color: rgb(70,80,203); }

 td.TdClassName
 {
   border-color: #4650CB;
 }
 .TagClassName
 {
   border-color: #4650CB;
 }
</style>