#4260CA

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

Shades of Free Speech Blue #4260CA

Tints of Free Speech Blue #4260CA

Color information

#4260CA (or 0x4260CA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 60 and CA. RGB value is (66,96,202). Sum of RGB (Red+Green+Blue) = 66+96+202=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #4260CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260CA is #BD9F35. Grayscale: #626262. Windows color (decimal): -12427062 or 13262914. OLE color: 13262914.

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

Color convert

RGB6696202-
CMYK0.670.5200.21
HSL226.76º56.2%52.55%-
HSV(B)226.76º67.33%79.22%-
XYZ17.0913.7957.64-
YUV99.11186.06104.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=18.13%
G=26.37%
B=55.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66962020.670.5200.21226.7656.252.55
Hex4260CA4334015e33835
Octal102140312103640253437065
Binary1000010110000011001010100001111010001010111100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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