Html Css Color HEX #466EC6 Free Speech Blue

📋 copy color: '#466EC6'

red 70 ◦ green 110 ◦ blue 198

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

Shades of Free Speech Blue #466EC6

Tints of Free Speech Blue #466EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 198 (77.73% from 255) = 52.38%

R = 18.52%
G = 29.1%
B = 52.38%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#466EC6 (or 0x466EC6) is known color: Free Speech Blue. HEX triplet: 46, 6E and C6. RGB value is (70,110,198). Sum of RGB (Red+Green+Blue) = 70+110+198=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #466EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EC6 is #B99139. Grayscale: #6B6B6B. Windows color (decimal): -12161338 or 13004358. OLE color: 13004358.

HSL color Cylindrical-coordinate representation of color #466EC6: hue angle of 221.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466EC6 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 110 198 -
CMYK 0.65 0.44 0 0.22
HSL 221.25º 0.53% 0.53% -
HSV(B) 221.25º 0.65% 0.78% -
XYZ 18.29 16.53 55.65 -
YUV 108.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 70 110 198 0.65 0.44 0 0.22 221.25 0.53 0.53
Hex 46 6E C6 41 2C 0 16 DD 35 35
Octal 106 156 306 101 54 0 26 335 65 65
Binary 1000110 1101110 11000110 1000001 101100 0 10110 11011101 110101 110101

Color Harmonies of #466EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EC6

Black with #466EC6

Text Example


Text Example

White with #466EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,198); }

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

background-color css

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

 a { background-color: rgb(70,110,198); }

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

border-color css

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

 span { border-color: rgb(70,110,198); }

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