Html Css Color HEX #4D53D8 Free Speech Blue

📋 copy color: '#4D53D8'

red 77 ◦ green 83 ◦ blue 216

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

Shades of Free Speech Blue #4D53D8

Tints of Free Speech Blue #4D53D8

RGB

 RED value IS 77 (30.47% from 255) = 20.48%

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

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

R = 20.48%
G = 22.07%
B = 57.45%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4D53D8 (or 0x4D53D8) is known color: Free Speech Blue. HEX triplet: 4D, 53 and D8. RGB value is (77,83,216). Sum of RGB (Red+Green+Blue) = 77+83+216=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D53D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D53D8 is #B2AC27. Grayscale: #5F5F5F. Windows color (decimal): -11709480 or 14177101. OLE color: 14177101.

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

Color convert

RGB 77 83 216 -
CMYK 0.64 0.62 0 0.15
HSL 237.41º 0.64% 0.57% -
HSV(B) 237.41º 0.64% 0.85% -
XYZ 18.55 12.72 66.44 -
YUV 96.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 77 83 216 0.64 0.62 0 0.15 237.41 0.64 0.57
Hex 4D 53 D8 40 3E 0 F ED 40 39
Octal 115 123 330 100 76 0 17 355 100 71
Binary 1001101 1010011 11011000 1000000 111110 0 1111 11101101 1000000 111001

Color Harmonies of #4D53D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D53D8

Black with #4D53D8

Text Example


Text Example

White with #4D53D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D53D8; }

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

 H1.HeaderClassName
 {
   color: #4D53D8;
 }
 .AnyTagClassName
 {
   color: #4D53D8;
 }
</style>

background-color css

<style>
 a { background-color: #4D53D8; }

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

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

border-color css

<style>
 span { border-color: #4D53D8; }

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

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