#4248BE

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

Shades of Free Speech Blue #4248BE

Tints of Free Speech Blue #4248BE

Color information

#4248BE (or 0x4248BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 48 and BE. RGB value is (66,72,190). Sum of RGB (Red+Green+Blue) = 66+72+190=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #4248BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4248BE is #BDB741. Grayscale: #535353. Windows color (decimal): -12433218 or 12470338. OLE color: 12470338.

HSL color Cylindrical-coordinate representation of color #4248BE: hue angle of 237.1º 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 #4248BE is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6672190-
CMYK0.650.6200.25
HSL237.1º48.82%50.2%-
HSV(B)237.1º65.26%74.51%-
XYZ13.869.5149.82-
YUV83.66188.01115.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 190 (74.61% from 255) = 57.93%
R=20.12%
G=21.95%
B=57.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66721900.650.6200.25237.148.8250.2
Hex4248BE413E019ed3132
Octal102110276101760313556162
Binary1000010100100010111110100000111111001100111101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4248BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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