Html Css Color HEX #4D52CE Free Speech Blue

📋 copy color: '#4D52CE'

red 77 ◦ green 82 ◦ blue 206

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

Shades of Free Speech Blue #4D52CE

Tints of Free Speech Blue #4D52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 21.1%
G = 22.47%
B = 56.44%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D52CE (or 0x4D52CE) is known color: Free Speech Blue. HEX triplet: 4D, 52 and CE. RGB value is (77,82,206). Sum of RGB (Red+Green+Blue) = 77+82+206=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52CE is #B2AD31. Grayscale: #5E5E5E. Windows color (decimal): -11709746 or 13521485. OLE color: 13521485.

HSL color Cylindrical-coordinate representation of color #4D52CE: hue angle of 237.67º 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 #4D52CE is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 82 206 -
CMYK 0.63 0.60 0 0.19
HSL 237.67º 0.57% 0.55% -
HSV(B) 237.67º 0.63% 0.81% -
XYZ 17.22 12.07 59.81 -
YUV 94.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 77 82 206 0.63 0.60 0 0.19 237.67 0.57 0.55
Hex 4D 52 CE 3F 3C 0 13 EE 39 37
Octal 115 122 316 77 74 0 23 356 71 67
Binary 1001101 1010010 11001110 111111 111100 0 10011 11101110 111001 110111

Color Harmonies of #4D52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D52CE

Black with #4D52CE

Text Example


Text Example

White with #4D52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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