#4241DC

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

Shades of Free Speech Blue #4241DC

Tints of Free Speech Blue #4241DC

Color information

#4241DC (or 0x4241DC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 41 and DC. RGB value is (66,65,220). Sum of RGB (Red+Green+Blue) = 66+65+220=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #4241DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4241DC is #BDBE23. Grayscale: #525252. Windows color (decimal): -12434980 or 14434626. OLE color: 14434626.

HSL color Cylindrical-coordinate representation of color #4241DC: hue angle of 240.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4241DC is Cyan = 0.7, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6665220-
CMYK0.70.7000.14
HSL240.39º68.89%55.88%-
HSV(B)240.39º70.45%86.27%-
XYZ17.0610.1168.76-
YUV82.97205.33115.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=18.80%
G=18.52%
B=62.68%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66652200.70.7000.14240.3968.8955.88
Hex4241DC46460Ef04538
Octal10210133410610601636010570
Binary10000101000001110111001000110100011001110111100001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4241DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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