Html Css Color HEX #466DBF Free Speech Blue

📋 copy color: '#466DBF'

red 70 ◦ green 109 ◦ blue 191

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

Shades of Free Speech Blue #466DBF

Tints of Free Speech Blue #466DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

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

R = 18.92%
G = 29.46%
B = 51.62%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#466DBF (or 0x466DBF) is known color: Free Speech Blue. HEX triplet: 46, 6D and BF. RGB value is (70,109,191). Sum of RGB (Red+Green+Blue) = 70+109+191=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #466DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DBF is #B99240. Grayscale: #6A6A6A. Windows color (decimal): -12161601 or 12545350. OLE color: 12545350.

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

Color convert

RGB 70 109 191 -
CMYK 0.63 0.43 0 0.25
HSL 220.66º 0.49% 0.51% -
HSV(B) 220.66º 0.63% 0.75% -
XYZ 17.4 16 51.46 -
YUV 106.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 70 109 191 0.63 0.43 0 0.25 220.66 0.49 0.51
Hex 46 6D BF 3F 2B 0 19 DD 31 33
Octal 106 155 277 77 53 0 31 335 61 63
Binary 1000110 1101101 10111111 111111 101011 0 11001 11011101 110001 110011

Color Harmonies of #466DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DBF

Black with #466DBF

Text Example


Text Example

White with #466DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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