Html Css Color HEX #466BBF Free Speech Blue

📋 copy color: '#466BBF'

red 70 ◦ green 107 ◦ blue 191

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

Shades of Free Speech Blue #466BBF

Tints of Free Speech Blue #466BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.9%

R = 19.02%
G = 29.08%
B = 51.9%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#466BBF (or 0x466BBF) is known color: Free Speech Blue. HEX triplet: 46, 6B and BF. RGB value is (70,107,191). Sum of RGB (Red+Green+Blue) = 70+107+191=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #466BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BBF is #B99440. Grayscale: #696969. Windows color (decimal): -12162113 or 12544838. OLE color: 12544838.

HSL color Cylindrical-coordinate representation of color #466BBF: hue angle of 221.65º degrees, saturation: 0.49, 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 #466BBF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 107 191 -
CMYK 0.63 0.44 0 0.25
HSL 221.65º 0.49% 0.51% -
HSV(B) 221.65º 0.63% 0.75% -
XYZ 17.19 15.58 51.39 -
YUV 105.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 70 107 191 0.63 0.44 0 0.25 221.65 0.49 0.51
Hex 46 6B BF 3F 2C 0 19 DE 31 33
Octal 106 153 277 77 54 0 31 336 61 63
Binary 1000110 1101011 10111111 111111 101100 0 11001 11011110 110001 110011

Color Harmonies of #466BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BBF

Black with #466BBF

Text Example


Text Example

White with #466BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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