Html Css Color HEX #4D5BCD Free Speech Blue

📋 copy color: '#4D5BCD'

red 77 ◦ green 91 ◦ blue 205

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

Shades of Free Speech Blue #4D5BCD

Tints of Free Speech Blue #4D5BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 20.64%
G = 24.4%
B = 54.96%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D5BCD (or 0x4D5BCD) is known color: Free Speech Blue. HEX triplet: 4D, 5B and CD. RGB value is (77,91,205). Sum of RGB (Red+Green+Blue) = 77+91+205=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BCD is #B2A432. Grayscale: #636363. Windows color (decimal): -11707443 or 13458253. OLE color: 13458253.

HSL color Cylindrical-coordinate representation of color #4D5BCD: hue angle of 233.44º degrees, saturation: 0.56, 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 #4D5BCD is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 91 205 -
CMYK 0.62 0.56 0 0.20
HSL 233.44º 0.56% 0.55% -
HSV(B) 233.44º 0.62% 0.8% -
XYZ 17.82 13.47 59.42 -
YUV 99.81 187.36 111.73 -
System Red Green Blue C M Y K H S L
Decimal 77 91 205 0.62 0.56 0 0.20 233.44 0.56 0.55
Hex 4D 5B CD 3E 38 0 14 E9 38 37
Octal 115 133 315 76 70 0 24 351 70 67
Binary 1001101 1011011 11001101 111110 111000 0 10100 11101001 111000 110111

Color Harmonies of #4D5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5BCD

Black with #4D5BCD

Text Example


Text Example

White with #4D5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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