#4252BE

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

Shades of Free Speech Blue #4252BE

Tints of Free Speech Blue #4252BE

Color information

#4252BE (or 0x4252BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 52 and BE. RGB value is (66,82,190). Sum of RGB (Red+Green+Blue) = 66+82+190=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #4252BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252BE is #BDAD41. Grayscale: #595959. Windows color (decimal): -12430658 or 12472898. OLE color: 12472898.

HSL color Cylindrical-coordinate representation of color #4252BE: hue angle of 232.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4252BE is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6682190-
CMYK0.650.5700.25
HSL232.26º48.82%50.2%-
HSV(B)232.26º65.26%74.51%-
XYZ14.5610.9150.05-
YUV89.53184.7111.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=19.53%
G=24.26%
B=56.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66821900.650.5700.25232.2648.8250.2
Hex4252BE4139019e83132
Octal102122276101710313506162
Binary1000010101001010111110100000111100101100111101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4252BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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