Html Css Color HEX #466BBA Free Speech Blue

📋 copy color: '#466BBA'

red 70 ◦ green 107 ◦ blue 186

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

Shades of Free Speech Blue #466BBA

Tints of Free Speech Blue #466BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 19.28%
G = 29.48%
B = 51.24%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#466BBA (or 0x466BBA) is known color: Free Speech Blue. HEX triplet: 46, 6B and BA. RGB value is (70,107,186). Sum of RGB (Red+Green+Blue) = 70+107+186=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #466BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BBA is #B99445. Grayscale: #686868. Windows color (decimal): -12162118 or 12217158. OLE color: 12217158.

HSL color Cylindrical-coordinate representation of color #466BBA: hue angle of 220.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466BBA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 107 186 -
CMYK 0.62 0.42 0 0.27
HSL 220.86º 0.46% 0.5% -
HSV(B) 220.86º 0.62% 0.73% -
XYZ 16.65 15.36 48.54 -
YUV 104.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 70 107 186 0.62 0.42 0 0.27 220.86 0.46 0.5
Hex 46 6B BA 3E 2A 0 1B DD 2E 32
Octal 106 153 272 76 52 0 33 335 56 62
Binary 1000110 1101011 10111010 111110 101010 0 11011 11011101 101110 110010

Color Harmonies of #466BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BBA

Black with #466BBA

Text Example


Text Example

White with #466BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,107,186); }

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

background-color css

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

 a { background-color: rgb(70,107,186); }

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

border-color css

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

 span { border-color: rgb(70,107,186); }

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