Html Css Color HEX #4D5CCD Free Speech Blue

📋 copy color: '#4D5CCD'

red 77 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #4D5CCD

Tints of Free Speech Blue #4D5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 20.59%
G = 24.6%
B = 54.81%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D5CCD (or 0x4D5CCD) is known color: Free Speech Blue. HEX triplet: 4D, 5C and CD. RGB value is (77,92,205). Sum of RGB (Red+Green+Blue) = 77+92+205=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CCD is #B2A332. Grayscale: #636363. Windows color (decimal): -11707187 or 13458509. OLE color: 13458509.

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

Color convert

RGB 77 92 205 -
CMYK 0.62 0.55 0 0.20
HSL 232.97º 0.56% 0.55% -
HSV(B) 232.97º 0.62% 0.8% -
XYZ 17.91 13.64 59.45 -
YUV 100.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 77 92 205 0.62 0.55 0 0.20 232.97 0.56 0.55
Hex 4D 5C CD 3E 37 0 14 E9 38 37
Octal 115 134 315 76 67 0 24 351 70 67
Binary 1001101 1011100 11001101 111110 110111 0 10100 11101001 111000 110111

Color Harmonies of #4D5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5CCD

Black with #4D5CCD

Text Example


Text Example

White with #4D5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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