Html Css Color HEX #466ABA Free Speech Blue

📋 copy color: '#466ABA'

red 70 ◦ green 106 ◦ blue 186

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

Shades of Free Speech Blue #466ABA

Tints of Free Speech Blue #466ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 19.34%
G = 29.28%
B = 51.38%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#466ABA (or 0x466ABA) is known color: Free Speech Blue. HEX triplet: 46, 6A and BA. RGB value is (70,106,186). Sum of RGB (Red+Green+Blue) = 70+106+186=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #466ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ABA is #B99545. Grayscale: #686868. Windows color (decimal): -12162374 or 12216902. OLE color: 12216902.

HSL color Cylindrical-coordinate representation of color #466ABA: hue angle of 221.38º 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 #466ABA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 106 186 -
CMYK 0.62 0.43 0 0.27
HSL 221.38º 0.46% 0.5% -
HSV(B) 221.38º 0.62% 0.73% -
XYZ 16.54 15.16 48.51 -
YUV 104.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 70 106 186 0.62 0.43 0 0.27 221.38 0.46 0.5
Hex 46 6A BA 3E 2B 0 1B DD 2E 32
Octal 106 152 272 76 53 0 33 335 56 62
Binary 1000110 1101010 10111010 111110 101011 0 11011 11011101 101110 110010

Color Harmonies of #466ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466ABA

Black with #466ABA

Text Example


Text Example

White with #466ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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