#4248BA

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

Shades of Free Speech Blue #4248BA

Tints of Free Speech Blue #4248BA

Color information

#4248BA (or 0x4248BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 48 and BA. RGB value is (66,72,186). Sum of RGB (Red+Green+Blue) = 66+72+186=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4248BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4248BA is #BDB745. Grayscale: #525252. Windows color (decimal): -12433222 or 12208194. OLE color: 12208194.

HSL color Cylindrical-coordinate representation of color #4248BA: hue angle of 237º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4248BA is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6672186-
CMYK0.650.6100.27
HSL237º47.62%49.41%-
HSV(B)237º64.52%72.94%-
XYZ13.439.3447.55-
YUV83.2186.01115.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=20.37%
G=22.22%
B=57.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66721860.650.6100.2723747.6249.41
Hex4248BA413D01Bed3031
Octal102110272101750333556061
Binary1000010100100010111010100000111110101101111101101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4248BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4248BA; }

 p { color: rgb(66,72,186); }

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

<style>
 a { background-color: #4248BA; }

 a { background-color: rgb(66,72,186); }

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

<style>
 span { border-color: #4248BA; }

 span { border-color: rgb(66,72,186); }

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