#4242BB

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

Shades of Free Speech Blue #4242BB

Tints of Free Speech Blue #4242BB

Color information

#4242BB (or 0x4242BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 42 and BB. RGB value is (66,66,187). Sum of RGB (Red+Green+Blue) = 66+66+187=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #4242BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4242BB is #BDBD44. Grayscale: #4F4F4F. Windows color (decimal): -12434757 or 12272194. OLE color: 12272194.

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

Color convert

RGB6666187-
CMYK0.650.6500.27
HSL240º47.83%49.61%-
HSV(B)240º64.71%73.33%-
XYZ13.168.6447.99-
YUV79.79188.5118.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=20.69%
G=20.69%
B=58.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66661870.650.6500.2724047.8349.61
Hex4242BB414101Bf03032
Octal1021022731011010333606062
Binary10000101000010101110111000001100000101101111110000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4242BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4242BB; }

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

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

<style>
 a { background-color: #4242BB; }

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

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

<style>
 span { border-color: #4242BB; }

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

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