#4039B8

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

Shades of Free Speech Blue #4039B8

Tints of Free Speech Blue #4039B8

Color information

#4039B8 (or 0x4039B8) is unknown color: approx Free Speech Blue. HEX triplet: 40, 39 and B8. RGB value is (64,57,184). Sum of RGB (Red+Green+Blue) = 64+57+184=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 184 (72.27% from 255 or 60.33% from 305); Max value from RGB is 184 - color contains mainly: blue. Hex color #4039B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039B8 is #BFC647. Grayscale: #494949. Windows color (decimal): -12568136 or 12073280. OLE color: 12073280.

HSL color Cylindrical-coordinate representation of color #4039B8: hue angle of 243.31º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4039B8 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6457184-
CMYK0.650.6900.28
HSL243.31º52.7%47.25%-
HSV(B)243.31º69.02%72.16%-
XYZ12.237.4846.15-
YUV73.57190.32121.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 184 (72.27% from 255) = 60.33%
R=20.98%
G=18.69%
B=60.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64571840.650.6900.28243.3152.747.25
Hex4039B8414501Cf3352f
Octal100712701011050343636557
Binary1000000111001101110001000001100010101110011110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4039B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4039B8; }

 p { color: rgb(64,57,184); }

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

<style>
 a { background-color: #4039B8; }

 a { background-color: rgb(64,57,184); }

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

<style>
 span { border-color: #4039B8; }

 span { border-color: rgb(64,57,184); }

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