Html Css Color HEX #4D54DC Free Speech Blue

📋 copy color: '#4D54DC'

red 77 ◦ green 84 ◦ blue 220

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

Shades of Free Speech Blue #4D54DC

Tints of Free Speech Blue #4D54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 20.21%
G = 22.05%
B = 57.74%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D54DC (or 0x4D54DC) is known color: Free Speech Blue. HEX triplet: 4D, 54 and DC. RGB value is (77,84,220). Sum of RGB (Red+Green+Blue) = 77+84+220=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54DC is #B2AB23. Grayscale: #606060. Windows color (decimal): -11709220 or 14439501. OLE color: 14439501.

HSL color Cylindrical-coordinate representation of color #4D54DC: hue angle of 237.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D54DC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 84 220 -
CMYK 0.65 0.62 0 0.14
HSL 237.06º 0.67% 0.58% -
HSV(B) 237.06º 0.65% 0.86% -
XYZ 19.15 13.09 69.23 -
YUV 97.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 77 84 220 0.65 0.62 0 0.14 237.06 0.67 0.58
Hex 4D 54 DC 41 3E 0 E ED 43 3A
Octal 115 124 334 101 76 0 16 355 103 72
Binary 1001101 1010100 11011100 1000001 111110 0 1110 11101101 1000011 111010

Color Harmonies of #4D54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D54DC

Black with #4D54DC

Text Example


Text Example

White with #4D54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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