#4538C7

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

Shades of Free Speech Blue #4538C7

Tints of Free Speech Blue #4538C7

Color information

#4538C7 (or 0x4538C7) is unknown color: approx Free Speech Blue. HEX triplet: 45, 38 and C7. RGB value is (69,56,199). Sum of RGB (Red+Green+Blue) = 69+56+199=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 199 (78.12% from 255 or 61.42% from 324); Max value from RGB is 199 - color contains mainly: blue. Hex color #4538C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4538C7 is #BAC738. Grayscale: #4B4B4B. Windows color (decimal): -12240697 or 13056069. OLE color: 13056069.

HSL color Cylindrical-coordinate representation of color #4538C7: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4538C7 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6956199-
CMYK0.650.7200.22
HSL245.45º56.08%50%-
HSV(B)245.45º71.86%78.04%-
XYZ14.188.2254.87-
YUV76.19197.31122.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 199 (78.12% from 255) = 61.42%
R=21.30%
G=17.28%
B=61.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69561990.650.7200.22245.4556.0850
Hex4538C74148016f53832
Octal105703071011100263657062
Binary1000101111000110001111000001100100001011011110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4538C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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