Html Css Color HEX #466CBE Free Speech Blue

📋 copy color: '#466CBE'

red 70 ◦ green 108 ◦ blue 190

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

Shades of Free Speech Blue #466CBE

Tints of Free Speech Blue #466CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 19.02%
G = 29.35%
B = 51.63%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#466CBE (or 0x466CBE) is known color: Free Speech Blue. HEX triplet: 46, 6C and BE. RGB value is (70,108,190). Sum of RGB (Red+Green+Blue) = 70+108+190=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #466CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBE is #B99341. Grayscale: #696969. Windows color (decimal): -12161858 or 12479558. OLE color: 12479558.

HSL color Cylindrical-coordinate representation of color #466CBE: hue angle of 221º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466CBE is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 108 190 -
CMYK 0.63 0.43 0 0.25
HSL 221º 0.48% 0.51% -
HSV(B) 221º 0.63% 0.75% -
XYZ 17.18 15.74 50.85 -
YUV 105.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 70 108 190 0.63 0.43 0 0.25 221 0.48 0.51
Hex 46 6C BE 3F 2B 0 19 DD 30 33
Octal 106 154 276 77 53 0 31 335 60 63
Binary 1000110 1101100 10111110 111111 101011 0 11001 11011101 110000 110011

Color Harmonies of #466CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CBE

Black with #466CBE

Text Example


Text Example

White with #466CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466CBE; }

 p { color: rgb(70,108,190); }

 H1.HeaderClassName
 {
   color: #466CBE;
 }
 .AnyTagClassName
 {
   color: #466CBE;
 }
</style>

background-color css

<style>
 a { background-color: #466CBE; }

 a { background-color: rgb(70,108,190); }

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

border-color css

<style>
 span { border-color: #466CBE; }

 span { border-color: rgb(70,108,190); }

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