Html Css Color HEX #464DC8 Free Speech Blue

📋 copy color: '#464DC8'

red 70 ◦ green 77 ◦ blue 200

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

Shades of Free Speech Blue #464DC8

Tints of Free Speech Blue #464DC8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

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

R = 20.17%
G = 22.19%
B = 57.64%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#464DC8 (or 0x464DC8) is known color: Free Speech Blue. HEX triplet: 46, 4D and C8. RGB value is (70,77,200). Sum of RGB (Red+Green+Blue) = 70+77+200=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #464DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DC8 is #B9B237. Grayscale: #585858. Windows color (decimal): -12169784 or 13126982. OLE color: 13126982.

HSL color Cylindrical-coordinate representation of color #464DC8: hue angle of 236.77º 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 #464DC8 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 77 200 -
CMYK 0.65 0.62 0 0.22
HSL 236.77º 0.54% 0.53% -
HSV(B) 236.77º 0.65% 0.78% -
XYZ 15.6 10.78 55.9 -
YUV 88.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 70 77 200 0.65 0.62 0 0.22 236.77 0.54 0.53
Hex 46 4D C8 41 3E 0 16 ED 36 35
Octal 106 115 310 101 76 0 26 355 66 65
Binary 1000110 1001101 11001000 1000001 111110 0 10110 11101101 110110 110101

Color Harmonies of #464DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DC8

Black with #464DC8

Text Example


Text Example

White with #464DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464DC8; }

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

 H1.HeaderClassName
 {
   color: #464DC8;
 }
 .AnyTagClassName
 {
   color: #464DC8;
 }
</style>

background-color css

<style>
 a { background-color: #464DC8; }

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

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

border-color css

<style>
 span { border-color: #464DC8; }

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

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