#4252BA

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

Shades of Free Speech Blue #4252BA

Tints of Free Speech Blue #4252BA

Color information

#4252BA (or 0x4252BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 52 and BA. RGB value is (66,82,186). Sum of RGB (Red+Green+Blue) = 66+82+186=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #4252BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252BA is #BDAD45. Grayscale: #585858. Windows color (decimal): -12430662 or 12210754. OLE color: 12210754.

HSL color Cylindrical-coordinate representation of color #4252BA: hue angle of 232º 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 #4252BA is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6682186-
CMYK0.650.5600.27
HSL232º47.62%49.41%-
HSV(B)232º64.52%72.94%-
XYZ14.1310.7447.78-
YUV89.07182.7111.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=19.76%
G=24.55%
B=55.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66821860.650.5600.2723247.6249.41
Hex4252BA413801Be83031
Octal102122272101700333506061
Binary1000010101001010111010100000111100001101111101000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4252BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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