Html Css Color HEX #4D63CE Free Speech Blue

📋 copy color: '#4D63CE'

red 77 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Blue #4D63CE

Tints of Free Speech Blue #4D63CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

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

R = 20.16%
G = 25.92%
B = 53.93%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D63CE (or 0x4D63CE) is known color: Free Speech Blue. HEX triplet: 4D, 63 and CE. RGB value is (77,99,206). Sum of RGB (Red+Green+Blue) = 77+99+206=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D63CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63CE is #B29C31. Grayscale: #686868. Windows color (decimal): -11705394 or 13525837. OLE color: 13525837.

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

Color convert

RGB 77 99 206 -
CMYK 0.63 0.52 0 0.19
HSL 229.77º 0.57% 0.55% -
HSV(B) 229.77º 0.63% 0.81% -
XYZ 18.66 14.96 60.3 -
YUV 104.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 77 99 206 0.63 0.52 0 0.19 229.77 0.57 0.55
Hex 4D 63 CE 3F 34 0 13 E6 39 37
Octal 115 143 316 77 64 0 23 346 71 67
Binary 1001101 1100011 11001110 111111 110100 0 10011 11100110 111001 110111

Color Harmonies of #4D63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D63CE

Black with #4D63CE

Text Example


Text Example

White with #4D63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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