#4248C6

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

Shades of Free Speech Blue #4248C6

Tints of Free Speech Blue #4248C6

Color information

#4248C6 (or 0x4248C6) is unknown color: approx Free Speech Blue. HEX triplet: 42, 48 and C6. RGB value is (66,72,198). Sum of RGB (Red+Green+Blue) = 66+72+198=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #4248C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4248C6 is #BDB739. Grayscale: #545454. Windows color (decimal): -12433210 or 12994626. OLE color: 12994626.

HSL color Cylindrical-coordinate representation of color #4248C6: hue angle of 237.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4248C6 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6672198-
CMYK0.670.6400.22
HSL237.27º53.66%51.76%-
HSV(B)237.27º66.67%77.65%-
XYZ14.769.8754.55-
YUV84.57192.01114.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 198 (77.73% from 255) = 58.93%
R=19.64%
G=21.43%
B=58.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66721980.670.6400.22237.2753.6651.76
Hex4248C64340016ed3634
Octal1021103061031000263556664
Binary10000101001000110001101000011100000001011011101101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4248C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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