#4260CD

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

Shades of Free Speech Blue #4260CD

Tints of Free Speech Blue #4260CD

Color information

#4260CD (or 0x4260CD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 60 and CD. RGB value is (66,96,205). Sum of RGB (Red+Green+Blue) = 66+96+205=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #4260CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260CD is #BD9F32. Grayscale: #626262. Windows color (decimal): -12427059 or 13459522. OLE color: 13459522.

HSL color Cylindrical-coordinate representation of color #4260CD: hue angle of 227.05º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4260CD is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6696205-
CMYK0.680.5300.20
HSL227.05º58.16%53.14%-
HSV(B)227.05º67.8%80.39%-
XYZ17.4513.9359.53-
YUV99.46187.56104.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 205 (80.47% from 255) = 55.86%
R=17.98%
G=26.16%
B=55.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66962050.680.5300.20227.0558.1653.14
Hex4260CD4435014e33a35
Octal102140315104650243437265
Binary1000010110000011001101100010011010101010011100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4260CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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