Html Css Color HEX #466CBD Free Speech Blue

📋 copy color: '#466CBD'

red 70 ◦ green 108 ◦ blue 189

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

Shades of Free Speech Blue #466CBD

Tints of Free Speech Blue #466CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 19.07%
G = 29.43%
B = 51.5%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#466CBD (or 0x466CBD) is known color: Free Speech Blue. HEX triplet: 46, 6C and BD. RGB value is (70,108,189). Sum of RGB (Red+Green+Blue) = 70+108+189=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #466CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBD is #B99342. Grayscale: #696969. Windows color (decimal): -12161859 or 12414022. OLE color: 12414022.

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

Color convert

RGB 70 108 189 -
CMYK 0.63 0.43 0 0.26
HSL 220.84º 0.47% 0.51% -
HSV(B) 220.84º 0.63% 0.74% -
XYZ 17.07 15.7 50.27 -
YUV 105.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 70 108 189 0.63 0.43 0 0.26 220.84 0.47 0.51
Hex 46 6C BD 3F 2B 0 1A DD 2F 33
Octal 106 154 275 77 53 0 32 335 57 63
Binary 1000110 1101100 10111101 111111 101011 0 11010 11011101 101111 110011

Color Harmonies of #466CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CBD

Black with #466CBD

Text Example


Text Example

White with #466CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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