Html Css Color HEX #4D5BCC Free Speech Blue

📋 copy color: '#4D5BCC'

red 77 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #4D5BCC

Tints of Free Speech Blue #4D5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

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

R = 20.7%
G = 24.46%
B = 54.84%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D5BCC (or 0x4D5BCC) is known color: Free Speech Blue. HEX triplet: 4D, 5B and CC. RGB value is (77,91,204). Sum of RGB (Red+Green+Blue) = 77+91+204=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D5BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BCC is #B2A433. Grayscale: #636363. Windows color (decimal): -11707444 or 13392717. OLE color: 13392717.

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

Color convert

RGB 77 91 204 -
CMYK 0.62 0.55 0 0.2
HSL 233.39º 0.55% 0.55% -
HSV(B) 233.39º 0.62% 0.8% -
XYZ 17.7 13.42 58.78 -
YUV 99.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 77 91 204 0.62 0.55 0 0.2 233.39 0.55 0.55
Hex 4D 5B CC 3E 37 0 14 E9 37 37
Octal 115 133 314 76 67 0 24 351 67 67
Binary 1001101 1011011 11001100 111110 110111 0 10100 11101001 110111 110111

Color Harmonies of #4D5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5BCC

Black with #4D5BCC

Text Example


Text Example

White with #4D5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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