Html Css Color HEX #466DBE Free Speech Blue

📋 copy color: '#466DBE'

red 70 ◦ green 109 ◦ blue 190

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

Shades of Free Speech Blue #466DBE

Tints of Free Speech Blue #466DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 18.97%
G = 29.54%
B = 51.49%

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

#466DBE (or 0x466DBE) is known color: Free Speech Blue. HEX triplet: 46, 6D and BE. RGB value is (70,109,190). Sum of RGB (Red+Green+Blue) = 70+109+190=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #466DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DBE is #B99241. Grayscale: #6A6A6A. Windows color (decimal): -12161602 or 12479814. OLE color: 12479814.

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

Color convert

RGB 70 109 190 -
CMYK 0.63 0.43 0 0.25
HSL 220.5º 0.48% 0.51% -
HSV(B) 220.5º 0.63% 0.75% -
XYZ 17.29 15.96 50.88 -
YUV 106.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 70 109 190 0.63 0.43 0 0.25 220.5 0.48 0.51
Hex 46 6D BE 3F 2B 0 19 DC 30 33
Octal 106 155 276 77 53 0 31 334 60 63
Binary 1000110 1101101 10111110 111111 101011 0 11001 11011100 110000 110011

Color Harmonies of #466DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DBE

Black with #466DBE

Text Example


Text Example

White with #466DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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