#4F45D4

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

Shades of Free Speech Blue #4F45D4

Tints of Free Speech Blue #4F45D4

Color information

#4F45D4 (or 0x4F45D4) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 45 and D4. RGB value is (79,69,212). Sum of RGB (Red+Green+Blue) = 79+69+212=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #4F45D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F45D4 is #B0BA2B. Grayscale: #575757. Windows color (decimal): -11581996 or 13911375. OLE color: 13911375.

HSL color Cylindrical-coordinate representation of color #4F45D4: hue angle of 244.2º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F45D4 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7969212-
CMYK0.630.6700.17
HSL244.2º62.45%55.1%-
HSV(B)244.2º67.45%83.14%-
XYZ17.2410.6763.44-
YUV88.29197.81121.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 212 (83.20% from 255) = 58.89%
R=21.94%
G=19.17%
B=58.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal79692120.630.6700.17244.262.4555.1
Hex4F45D43F43011f43e37
Octal117105324771030213647667
Binary1001111100010111010100111111100001101000111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F45D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,212); }

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

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

 a { background-color: rgb(79,69,212); }

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

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

 span { border-color: rgb(79,69,212); }

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