#4538cc

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

Shades of Free Speech Blue #4538CC

Tints of Free Speech Blue #4538CC

Color information

#4538CC (or 0x4538CC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 38 and CC. RGB value is (69,56,204). Sum of RGB (Red+Green+Blue) = 69+56+204=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #4538CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4538CC is #BAC733. Grayscale: #4C4C4C. Windows color (decimal): -12240692 or 13383749. OLE color: 13383749.

HSL color Cylindrical-coordinate representation of color #4538CC: hue angle of 245.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4538CC is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6956204-
CMYK0.660.7300.2
HSL245.27º59.2%50.98%-
HSV(B)245.27º72.55%80%-
XYZ14.778.4557.98-
YUV76.76199.81122.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=20.97%
G=17.02%
B=62.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69562040.660.7300.2245.2759.250.98
Hex4538CC4249014f53b33
Octal105703141021110243657363
Binary1000101111000110011001000010100100101010011110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4538cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4538cc; }

 p { color: rgb(69,56,204); }

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

<style>
 a { background-color: #4538cc; }

 a { background-color: rgb(69,56,204); }

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

<style>
 span { border-color: #4538cc; }

 span { border-color: rgb(69,56,204); }

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