#4048AF

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

Shades of Free Speech Blue #4048AF

Tints of Free Speech Blue #4048AF

Color information

#4048AF (or 0x4048AF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 48 and AF. RGB value is (64,72,175). Sum of RGB (Red+Green+Blue) = 64+72+175=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #4048AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4048AF is #BFB750. Grayscale: #505050. Windows color (decimal): -12564305 or 11487296. OLE color: 11487296.

HSL color Cylindrical-coordinate representation of color #4048AF: hue angle of 235.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4048AF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6472175-
CMYK0.630.5900.31
HSL235.68º46.44%46.86%-
HSV(B)235.68º63.43%68.63%-
XYZ12.178.8241.62-
YUV81.35180.85115.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=20.58%
G=23.15%
B=56.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64721750.630.5900.31235.6846.4446.86
Hex4048AF3F3B01Fec2e2f
Octal10011025777730373545657
Binary100000010010001010111111111111101101111111101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4048AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4048AF; }

 p { color: rgb(64,72,175); }

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

<style>
 a { background-color: #4048AF; }

 a { background-color: rgb(64,72,175); }

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

<style>
 span { border-color: #4048AF; }

 span { border-color: rgb(64,72,175); }

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