Html Css Color HEX #465FC8 Free Speech Blue

📋 copy color: '#465FC8'

red 70 ◦ green 95 ◦ blue 200

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

Shades of Free Speech Blue #465FC8

Tints of Free Speech Blue #465FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 200 (78.52% from 255) = 54.79%

R = 19.18%
G = 26.03%
B = 54.79%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#465FC8 (or 0x465FC8) is known color: Free Speech Blue. HEX triplet: 46, 5F and C8. RGB value is (70,95,200). Sum of RGB (Red+Green+Blue) = 70+95+200=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #465FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FC8 is #B9A037. Grayscale: #636363. Windows color (decimal): -12165176 or 13131590. OLE color: 13131590.

HSL color Cylindrical-coordinate representation of color #465FC8: hue angle of 228.46º degrees, saturation: 0.54, 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 #465FC8 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 95 200 -
CMYK 0.65 0.52 0 0.22
HSL 228.46º 0.54% 0.53% -
HSV(B) 228.46º 0.65% 0.78% -
XYZ 17.04 13.66 56.38 -
YUV 99.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 70 95 200 0.65 0.52 0 0.22 228.46 0.54 0.53
Hex 46 5F C8 41 34 0 16 E4 36 35
Octal 106 137 310 101 64 0 26 344 66 65
Binary 1000110 1011111 11001000 1000001 110100 0 10110 11100100 110110 110101

Color Harmonies of #465FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FC8

Black with #465FC8

Text Example


Text Example

White with #465FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,95,200); }

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

background-color css

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

 a { background-color: rgb(70,95,200); }

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

border-color css

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

 span { border-color: rgb(70,95,200); }

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