#4241B9

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

Shades of Free Speech Blue #4241B9

Tints of Free Speech Blue #4241B9

Color information

#4241B9 (or 0x4241B9) is unknown color: approx Free Speech Blue. HEX triplet: 42, 41 and B9. RGB value is (66,65,185). Sum of RGB (Red+Green+Blue) = 66+65+185=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #4241B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4241B9 is #BDBE46. Grayscale: #4E4E4E. Windows color (decimal): -12435015 or 12140866. OLE color: 12140866.

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

Color convert

RGB6665185-
CMYK0.640.6500.27
HSL240.5º48%49.02%-
HSV(B)240.5º64.86%72.55%-
XYZ12.898.4446.85-
YUV78.98187.83118.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 185 (72.66% from 255) = 58.54%
R=20.89%
G=20.57%
B=58.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66651850.640.6500.27240.54849.02
Hex4241B9404101Bf03031
Octal1021012711001010333606061
Binary10000101000001101110011000000100000101101111110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4241B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4241B9; }

 p { color: rgb(66,65,185); }

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

<style>
 a { background-color: #4241B9; }

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

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

<style>
 span { border-color: #4241B9; }

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

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