#4033C9

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

Shades of Free Speech Blue #4033C9

Tints of Free Speech Blue #4033C9

Color information

#4033C9 (or 0x4033C9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 33 and C9. RGB value is (64,51,201). Sum of RGB (Red+Green+Blue) = 64+51+201=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #4033C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033C9 is #BFCC36. Grayscale: #474747. Windows color (decimal): -12569655 or 13185856. OLE color: 13185856.

HSL color Cylindrical-coordinate representation of color #4033C9: hue angle of 245.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4033C9 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6451201-
CMYK0.680.7500.21
HSL245.2º59.52%49.41%-
HSV(B)245.2º74.63%78.82%-
XYZ13.847.6756.01-
YUV71.99200.81122.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 201 (78.91% from 255) = 63.61%
R=20.25%
G=16.14%
B=63.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64512010.680.7500.21245.259.5249.41
Hex4033C9444B015f53c31
Octal100633111041130253657461
Binary1000000110011110010011000100100101101010111110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4033C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4033C9; }

 p { color: rgb(64,51,201); }

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

<style>
 a { background-color: #4033C9; }

 a { background-color: rgb(64,51,201); }

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

<style>
 span { border-color: #4033C9; }

 span { border-color: rgb(64,51,201); }

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