Html Css Color HEX #4D4CCA Free Speech Blue

📋 copy color: '#4D4CCA'

red 77 ◦ green 76 ◦ blue 202

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

Shades of Free Speech Blue #4D4CCA

Tints of Free Speech Blue #4D4CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 21.69%
G = 21.41%
B = 56.9%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D4CCA (or 0x4D4CCA) is known color: Free Speech Blue. HEX triplet: 4D, 4C and CA. RGB value is (77,76,202). Sum of RGB (Red+Green+Blue) = 77+76+202=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D4CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CCA is #B2B335. Grayscale: #5A5A5A. Windows color (decimal): -11711286 or 13257805. OLE color: 13257805.

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

Color convert

RGB 77 76 202 -
CMYK 0.62 0.62 0 0.21
HSL 240.48º 0.54% 0.55% -
HSV(B) 240.48º 0.62% 0.79% -
XYZ 16.31 11.01 57.14 -
YUV 90.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 77 76 202 0.62 0.62 0 0.21 240.48 0.54 0.55
Hex 4D 4C CA 3E 3E 0 15 F0 36 37
Octal 115 114 312 76 76 0 25 360 66 67
Binary 1001101 1001100 11001010 111110 111110 0 10101 11110000 110110 110111

Color Harmonies of #4D4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4CCA

Black with #4D4CCA

Text Example


Text Example

White with #4D4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,76,202); }

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

background-color css

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

 a { background-color: rgb(77,76,202); }

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

border-color css

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

 span { border-color: rgb(77,76,202); }

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