#4058D9

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

Shades of Free Speech Blue #4058D9

Tints of Free Speech Blue #4058D9

Color information

#4058D9 (or 0x4058D9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 58 and D9. RGB value is (64,88,217). Sum of RGB (Red+Green+Blue) = 64+88+217=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #4058D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4058D9 is #BFA726. Grayscale: #5E5E5E. Windows color (decimal): -12560167 or 14243904. OLE color: 14243904.

HSL color Cylindrical-coordinate representation of color #4058D9: hue angle of 230.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4058D9 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6488217-
CMYK0.710.5900.15
HSL230.59º66.81%55.1%-
HSV(B)230.59º70.51%85.1%-
XYZ18.1313.0867.21-
YUV95.53196.55105.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 217 (85.16% from 255) = 58.81%
R=17.34%
G=23.85%
B=58.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64882170.710.5900.15230.5966.8155.1
Hex4058D9473B0Fe74337
Octal1001303311077301734710367
Binary1000000101100011011001100011111101101111111001111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4058D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4058D9; }

 p { color: rgb(64,88,217); }

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

<style>
 a { background-color: #4058D9; }

 a { background-color: rgb(64,88,217); }

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

<style>
 span { border-color: #4058D9; }

 span { border-color: rgb(64,88,217); }

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