#4252bb

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

Shades of Free Speech Blue #4252BB

Tints of Free Speech Blue #4252BB

Color information

#4252BB (or 0x4252BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 52 and BB. RGB value is (66,82,187). Sum of RGB (Red+Green+Blue) = 66+82+187=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #4252BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252BB is #BDAD44. Grayscale: #585858. Windows color (decimal): -12430661 or 12276290. OLE color: 12276290.

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

Color convert

RGB6682187-
CMYK0.650.5600.27
HSL232.07º47.83%49.61%-
HSV(B)232.07º64.71%73.33%-
XYZ14.2310.7848.34-
YUV89.19183.2111.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 187 (73.44% from 255) = 55.82%
R=19.70%
G=24.48%
B=55.82%

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
Decimal66821870.650.5600.27232.0747.8349.61
Hex4252BB413801Be83032
Octal102122273101700333506062
Binary1000010101001010111011100000111100001101111101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4252bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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