Html Css Color HEX #4D58CE Free Speech Blue

📋 copy color: '#4D58CE'

red 77 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #4D58CE

Tints of Free Speech Blue #4D58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 20.75%
G = 23.72%
B = 55.53%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D58CE (or 0x4D58CE) is known color: Free Speech Blue. HEX triplet: 4D, 58 and CE. RGB value is (77,88,206). Sum of RGB (Red+Green+Blue) = 77+88+206=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D58CE is #B2A731. Grayscale: #616161. Windows color (decimal): -11708210 or 13523021. OLE color: 13523021.

HSL color Cylindrical-coordinate representation of color #4D58CE: hue angle of 234.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D58CE is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 88 206 -
CMYK 0.63 0.57 0 0.19
HSL 234.88º 0.57% 0.55% -
HSV(B) 234.88º 0.63% 0.81% -
XYZ 17.69 13.01 59.97 -
YUV 98.16 188.86 112.91 -
System Red Green Blue C M Y K H S L
Decimal 77 88 206 0.63 0.57 0 0.19 234.88 0.57 0.55
Hex 4D 58 CE 3F 39 0 13 EB 39 37
Octal 115 130 316 77 71 0 23 353 71 67
Binary 1001101 1011000 11001110 111111 111001 0 10011 11101011 111001 110111

Color Harmonies of #4D58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D58CE

Black with #4D58CE

Text Example


Text Example

White with #4D58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,206); }

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

background-color css

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

 a { background-color: rgb(77,88,206); }

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

border-color css

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

 span { border-color: rgb(77,88,206); }

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