#4D65CC

Color #4D65CC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4D65CC

Tints of Free Speech Blue #4D65CC

Color information

#4D65CC (or 0x4D65CC) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 65 and CC. RGB value is (77,101,204). Sum of RGB (Red+Green+Blue) = 77+101+204=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D65CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65CC is #B29A33. Grayscale: #696969. Windows color (decimal): -11704884 or 13395277. OLE color: 13395277.

HSL color Cylindrical-coordinate representation of color #4D65CC: hue angle of 228.66º 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 #4D65CC is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB77101204-
CMYK0.620.5000.2
HSL228.66º55.46%55.1%-
HSV(B)228.66º62.25%80%-
XYZ18.6115.2459.09-
YUV105.57183.55107.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.16%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=20.16%
G=26.44%
B=53.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal771012040.620.5000.2228.6655.4655.1
Hex4D65CC3E32014e53737
Octal11514531476620243456767
Binary100110111001011100110011111011001001010011100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D65CC;
 }
 .AnyTagClassName
 {
   color: #4D65CC;
 }
</style>
background-color css

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

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

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

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

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

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