Html Css Color HEX #4E53DF Free Speech Blue

📋 copy color: '#4E53DF'

red 78 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Blue #4E53DF

Tints of Free Speech Blue #4E53DF

RGB

 RED value IS 78 (30.86% from 255) = 20.31%

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 20.31%
G = 21.61%
B = 58.07%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E53DF (or 0x4E53DF) is known color: Free Speech Blue. HEX triplet: 4E, 53 and DF. RGB value is (78,83,223). Sum of RGB (Red+Green+Blue) = 78+83+223=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E53DF is #B1AC20. Grayscale: #606060. Windows color (decimal): -11643937 or 14635854. OLE color: 14635854.

HSL color Cylindrical-coordinate representation of color #4E53DF: hue angle of 237.93º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E53DF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 83 223 -
CMYK 0.65 0.63 0 0.13
HSL 237.93º 0.69% 0.59% -
HSV(B) 237.93º 0.65% 0.87% -
XYZ 19.55 13.13 71.32 -
YUV 97.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 78 83 223 0.65 0.63 0 0.13 237.93 0.69 0.59
Hex 4E 53 DF 41 3F 0 D EE 45 3B
Octal 116 123 337 101 77 0 15 356 105 73
Binary 1001110 1010011 11011111 1000001 111111 0 1101 11101110 1000101 111011

Color Harmonies of #4E53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E53DF

Black with #4E53DF

Text Example


Text Example

White with #4E53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,83,223); }

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

background-color css

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

 a { background-color: rgb(78,83,223); }

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

border-color css

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

 span { border-color: rgb(78,83,223); }

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