Html Css Color HEX #4D55CC Free Speech Blue

📋 copy color: '#4D55CC'

red 77 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Blue #4D55CC

Tints of Free Speech Blue #4D55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 21.04%
G = 23.22%
B = 55.74%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D55CC (or 0x4D55CC) is known color: Free Speech Blue. HEX triplet: 4D, 55 and CC. RGB value is (77,85,204). Sum of RGB (Red+Green+Blue) = 77+85+204=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55CC is #B2AA33. Grayscale: #5F5F5F. Windows color (decimal): -11708980 or 13391181. OLE color: 13391181.

HSL color Cylindrical-coordinate representation of color #4D55CC: hue angle of 236.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D55CC is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 85 204 -
CMYK 0.62 0.58 0 0.2
HSL 236.22º 0.55% 0.55% -
HSV(B) 236.22º 0.62% 0.8% -
XYZ 17.21 12.43 58.62 -
YUV 96.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 77 85 204 0.62 0.58 0 0.2 236.22 0.55 0.55
Hex 4D 55 CC 3E 3A 0 14 EC 37 37
Octal 115 125 314 76 72 0 24 354 67 67
Binary 1001101 1010101 11001100 111110 111010 0 10100 11101100 110111 110111

Color Harmonies of #4D55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D55CC

Black with #4D55CC

Text Example


Text Example

White with #4D55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,204); }

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

background-color css

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

 a { background-color: rgb(77,85,204); }

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

border-color css

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

 span { border-color: rgb(77,85,204); }

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