Html Css Color HEX #4D63CC Free Speech Blue

📋 copy color: '#4D63CC'

red 77 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #4D63CC

Tints of Free Speech Blue #4D63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 20.26%
G = 26.05%
B = 53.68%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D63CC (or 0x4D63CC) is known color: Free Speech Blue. HEX triplet: 4D, 63 and CC. RGB value is (77,99,204). Sum of RGB (Red+Green+Blue) = 77+99+204=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63CC is #B29C33. Grayscale: #676767. Windows color (decimal): -11705396 or 13394765. OLE color: 13394765.

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

Color convert

RGB 77 99 204 -
CMYK 0.62 0.51 0 0.2
HSL 229.61º 0.55% 0.55% -
HSV(B) 229.61º 0.62% 0.8% -
XYZ 18.42 14.86 59.02 -
YUV 104.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 77 99 204 0.62 0.51 0 0.2 229.61 0.55 0.55
Hex 4D 63 CC 3E 33 0 14 E6 37 37
Octal 115 143 314 76 63 0 24 346 67 67
Binary 1001101 1100011 11001100 111110 110011 0 10100 11100110 110111 110111

Color Harmonies of #4D63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D63CC

Black with #4D63CC

Text Example


Text Example

White with #4D63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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