Html Css Color HEX #4D5FCD Free Speech Blue

📋 copy color: '#4D5FCD'

red 77 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #4D5FCD

Tints of Free Speech Blue #4D5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

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

R = 20.42%
G = 25.2%
B = 54.38%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D5FCD (or 0x4D5FCD) is known color: Free Speech Blue. HEX triplet: 4D, 5F and CD. RGB value is (77,95,205). Sum of RGB (Red+Green+Blue) = 77+95+205=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5FCD is #B2A032. Grayscale: #656565. Windows color (decimal): -11706419 or 13459277. OLE color: 13459277.

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

Color convert

RGB 77 95 205 -
CMYK 0.62 0.54 0 0.20
HSL 231.56º 0.56% 0.55% -
HSV(B) 231.56º 0.62% 0.8% -
XYZ 18.17 14.17 59.53 -
YUV 102.16 186.04 110.06 -
System Red Green Blue C M Y K H S L
Decimal 77 95 205 0.62 0.54 0 0.20 231.56 0.56 0.55
Hex 4D 5F CD 3E 36 0 14 E8 38 37
Octal 115 137 315 76 66 0 24 350 70 67
Binary 1001101 1011111 11001101 111110 110110 0 10100 11101000 111000 110111

Color Harmonies of #4D5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5FCD

Black with #4D5FCD

Text Example


Text Example

White with #4D5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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