#4460CD

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

Shades of Free Speech Blue #4460CD

Tints of Free Speech Blue #4460CD

Color information

#4460CD (or 0x4460CD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 60 and CD. RGB value is (68,96,205). Sum of RGB (Red+Green+Blue) = 68+96+205=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #4460CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460CD is #BB9F32. Grayscale: #636363. Windows color (decimal): -12295987 or 13459524. OLE color: 13459524.

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

Color convert

RGB6896205-
CMYK0.670.5300.20
HSL227.74º57.81%53.53%-
HSV(B)227.74º66.83%80.39%-
XYZ17.591459.53-
YUV100.05187.22105.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=18.43%
G=26.02%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68962050.670.5300.20227.7457.8153.53
Hex4460CD4335014e43a36
Octal104140315103650243447266
Binary1000100110000011001101100001111010101010011100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4460CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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