Html Css Color HEX #465EB8 Free Speech Blue

📋 copy color: '#465EB8'

red 70 ◦ green 94 ◦ blue 184

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

Shades of Free Speech Blue #465EB8

Tints of Free Speech Blue #465EB8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 20.11%
G = 27.01%
B = 52.87%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#465EB8 (or 0x465EB8) is known color: Free Speech Blue. HEX triplet: 46, 5E and B8. RGB value is (70,94,184). Sum of RGB (Red+Green+Blue) = 70+94+184=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #465EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EB8 is #B9A147. Grayscale: #606060. Windows color (decimal): -12165448 or 12082758. OLE color: 12082758.

HSL color Cylindrical-coordinate representation of color #465EB8: hue angle of 227.37º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465EB8 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 70 94 184 -
CMYK 0.62 0.49 0 0.28
HSL 227.37º 0.45% 0.5% -
HSV(B) 227.37º 0.62% 0.72% -
XYZ 15.18 12.77 47.01 -
YUV 97.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 70 94 184 0.62 0.49 0 0.28 227.37 0.45 0.5
Hex 46 5E B8 3E 31 0 1C E3 2D 32
Octal 106 136 270 76 61 0 34 343 55 62
Binary 1000110 1011110 10111000 111110 110001 0 11100 11100011 101101 110010

Color Harmonies of #465EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EB8

Black with #465EB8

Text Example


Text Example

White with #465EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465EB8; }

 p { color: rgb(70,94,184); }

 H1.HeaderClassName
 {
   color: #465EB8;
 }
 .AnyTagClassName
 {
   color: #465EB8;
 }
</style>

background-color css

<style>
 a { background-color: #465EB8; }

 a { background-color: rgb(70,94,184); }

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

border-color css

<style>
 span { border-color: #465EB8; }

 span { border-color: rgb(70,94,184); }

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