Html Css Color HEX #4D40CA Free Speech Blue

📋 copy color: '#4D40CA'

red 77 ◦ green 64 ◦ blue 202

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

Shades of Free Speech Blue #4D40CA

Tints of Free Speech Blue #4D40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

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

R = 22.45%
G = 18.66%
B = 58.89%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D40CA (or 0x4D40CA) is known color: Free Speech Blue. HEX triplet: 4D, 40 and CA. RGB value is (77,64,202). Sum of RGB (Red+Green+Blue) = 77+64+202=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D40CA is #B2BF35. Grayscale: #535353. Windows color (decimal): -11714358 or 13254733. OLE color: 13254733.

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

Color convert

RGB 77 64 202 -
CMYK 0.62 0.68 0 0.21
HSL 245.65º 0.57% 0.52% -
HSV(B) 245.65º 0.68% 0.79% -
XYZ 15.55 9.51 56.89 -
YUV 83.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 77 64 202 0.62 0.68 0 0.21 245.65 0.57 0.52
Hex 4D 40 CA 3E 44 0 15 F6 39 34
Octal 115 100 312 76 104 0 25 366 71 64
Binary 1001101 1000000 11001010 111110 1000100 0 10101 11110110 111001 110100

Color Harmonies of #4D40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D40CA

Black with #4D40CA

Text Example


Text Example

White with #4D40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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