Html Css Color HEX #4953D8 Free Speech Blue

📋 copy color: '#4953D8'

red 73 ◦ green 83 ◦ blue 216

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

Shades of Free Speech Blue #4953D8

Tints of Free Speech Blue #4953D8

RGB

 RED value IS 73 (28.91% from 255) = 19.62%

 GREEN value IS 83 (32.81% from 255) = 22.31%

 BLUE value IS 216 (84.77% from 255) = 58.06%

R = 19.62%
G = 22.31%
B = 58.06%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4953D8 (or 0x4953D8) is known color: Free Speech Blue. HEX triplet: 49, 53 and D8. RGB value is (73,83,216). Sum of RGB (Red+Green+Blue) = 73+83+216=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #4953D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953D8 is #B6AC27. Grayscale: #5E5E5E. Windows color (decimal): -11971624 or 14177097. OLE color: 14177097.

HSL color Cylindrical-coordinate representation of color #4953D8: hue angle of 235.8º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4953D8 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 83 216 -
CMYK 0.66 0.62 0 0.15
HSL 235.8º 0.65% 0.57% -
HSV(B) 235.8º 0.66% 0.85% -
XYZ 18.24 12.56 66.43 -
YUV 95.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 73 83 216 0.66 0.62 0 0.15 235.8 0.65 0.57
Hex 49 53 D8 42 3E 0 F EC 41 39
Octal 111 123 330 102 76 0 17 354 101 71
Binary 1001001 1010011 11011000 1000010 111110 0 1111 11101100 1000001 111001

Color Harmonies of #4953D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953D8

Black with #4953D8

Text Example


Text Example

White with #4953D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4953D8; }

 p { color: rgb(73,83,216); }

 H1.HeaderClassName
 {
   color: #4953D8;
 }
 .AnyTagClassName
 {
   color: #4953D8;
 }
</style>

background-color css

<style>
 a { background-color: #4953D8; }

 a { background-color: rgb(73,83,216); }

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

border-color css

<style>
 span { border-color: #4953D8; }

 span { border-color: rgb(73,83,216); }

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