Html Css Color HEX #465FC6 Free Speech Blue

📋 copy color: '#465FC6'

red 70 ◦ green 95 ◦ blue 198

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

Shades of Free Speech Blue #465FC6

Tints of Free Speech Blue #465FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.55%

R = 19.28%
G = 26.17%
B = 54.55%

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

#465FC6 (or 0x465FC6) is known color: Free Speech Blue. HEX triplet: 46, 5F and C6. RGB value is (70,95,198). Sum of RGB (Red+Green+Blue) = 70+95+198=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #465FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FC6 is #B9A039. Grayscale: #626262. Windows color (decimal): -12165178 or 13000518. OLE color: 13000518.

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

Color convert

RGB 70 95 198 -
CMYK 0.65 0.52 0 0.22
HSL 228.28º 0.53% 0.53% -
HSV(B) 228.28º 0.65% 0.78% -
XYZ 16.81 13.56 55.16 -
YUV 99.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 70 95 198 0.65 0.52 0 0.22 228.28 0.53 0.53
Hex 46 5F C6 41 34 0 16 E4 35 35
Octal 106 137 306 101 64 0 26 344 65 65
Binary 1000110 1011111 11000110 1000001 110100 0 10110 11100100 110101 110101

Color Harmonies of #465FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FC6

Black with #465FC6

Text Example


Text Example

White with #465FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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