#4F52CC

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

Shades of Free Speech Blue #4F52CC

Tints of Free Speech Blue #4F52CC

Color information

#4F52CC (or 0x4F52CC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 52 and CC. RGB value is (79,82,204). Sum of RGB (Red+Green+Blue) = 79+82+204=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F52CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F52CC is #B0AD33. Grayscale: #5E5E5E. Windows color (decimal): -11578676 or 13390415. OLE color: 13390415.

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

Color convert

RGB7982204-
CMYK0.610.6000.2
HSL238.56º55.07%55.49%-
HSV(B)238.56º61.27%80%-
XYZ17.1412.0658.55-
YUV95.01189.51116.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=21.64%
G=22.47%
B=55.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79822040.610.6000.2238.5655.0755.49
Hex4F52CC3D3C014ef3737
Octal11712231475740243576767
Binary100111110100101100110011110111110001010011101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F52CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,82,204); }

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

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

 a { background-color: rgb(79,82,204); }

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

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

 span { border-color: rgb(79,82,204); }

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