Html Css Color HEX #4D54DE Free Speech Blue

📋 copy color: '#4D54DE'

red 77 ◦ green 84 ◦ blue 222

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

Shades of Free Speech Blue #4D54DE

Tints of Free Speech Blue #4D54DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 20.1%
G = 21.93%
B = 57.96%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D54DE (or 0x4D54DE) is known color: Free Speech Blue. HEX triplet: 4D, 54 and DE. RGB value is (77,84,222). Sum of RGB (Red+Green+Blue) = 77+84+222=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D54DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54DE is #B2AB21. Grayscale: #616161. Windows color (decimal): -11709218 or 14570573. OLE color: 14570573.

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

Color convert

RGB 77 84 222 -
CMYK 0.65 0.62 0 0.13
HSL 237.1º 0.69% 0.59% -
HSV(B) 237.1º 0.65% 0.87% -
XYZ 19.42 13.19 70.63 -
YUV 97.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 77 84 222 0.65 0.62 0 0.13 237.1 0.69 0.59
Hex 4D 54 DE 41 3E 0 D ED 45 3B
Octal 115 124 336 101 76 0 15 355 105 73
Binary 1001101 1010100 11011110 1000001 111110 0 1101 11101101 1000101 111011

Color Harmonies of #4D54DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D54DE

Black with #4D54DE

Text Example


Text Example

White with #4D54DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,222); }

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

background-color css

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

 a { background-color: rgb(77,84,222); }

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

border-color css

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

 span { border-color: rgb(77,84,222); }

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