#409CA5

Color #409CA5 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #409CA5

Tints of Scooter #409CA5

Color information

#409CA5 (or 0x409CA5) is unknown color: approx Scooter. HEX triplet: 40, 9C and A5. RGB value is (64,156,165). Sum of RGB (Red+Green+Blue) = 64+156+165=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #409CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409CA5 is #BF635A. Grayscale: #818181. Windows color (decimal): -12542811 or 10853440. OLE color: 10853440.

HSL color Cylindrical-coordinate representation of color #409CA5: hue angle of 185.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409CA5 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64156165-
CMYK0.610.0500.35
HSL185.35º44.1%44.9%-
HSV(B)185.35º61.21%64.71%-
XYZ20.7927.5839.83-
YUV129.52148.0281.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.62%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=16.62%
G=40.52%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641561650.610.0500.35185.3544.144.9
Hex409CA53D5023b92c2d
Octal1002342457550432715455
Binary10000001001110010100101111101101010001110111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409CA5; }

 p { color: rgb(64,156,165); }

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

<style>
 a { background-color: #409CA5; }

 a { background-color: rgb(64,156,165); }

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

<style>
 span { border-color: #409CA5; }

 span { border-color: rgb(64,156,165); }

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