#4240CA

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

Shades of Free Speech Blue #4240CA

Tints of Free Speech Blue #4240CA

Color information

#4240CA (or 0x4240CA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 40 and CA. RGB value is (66,64,202). Sum of RGB (Red+Green+Blue) = 66+64+202=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #4240CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240CA is #BDBF35. Grayscale: #4F4F4F. Windows color (decimal): -12435254 or 13254722. OLE color: 13254722.

HSL color Cylindrical-coordinate representation of color #4240CA: hue angle of 240.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4240CA is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6664202-
CMYK0.670.6800.21
HSL240.87º56.56%52.16%-
HSV(B)240.87º68.32%79.22%-
XYZ14.749.0956.85-
YUV80.33196.66117.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=19.88%
G=19.28%
B=60.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66642020.670.6800.21240.8756.5652.16
Hex4240CA4344015f13934
Octal1021003121031040253617164
Binary10000101000000110010101000011100010001010111110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4240CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4240CA; }

 p { color: rgb(66,64,202); }

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

<style>
 a { background-color: #4240CA; }

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

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

<style>
 span { border-color: #4240CA; }

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

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