#409EA5

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

Shades of Scooter #409EA5

Tints of Scooter #409EA5

Color information

#409EA5 (or 0x409EA5) is unknown color: approx Scooter. HEX triplet: 40, 9E and A5. RGB value is (64,158,165). Sum of RGB (Red+Green+Blue) = 64+158+165=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #409EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409EA5 is #BF615A. Grayscale: #828282. Windows color (decimal): -12542299 or 10853952. OLE color: 10853952.

HSL color Cylindrical-coordinate representation of color #409EA5: hue angle of 184.16º 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 #409EA5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64158165-
CMYK0.610.0400.35
HSL184.16º44.1%44.9%-
HSV(B)184.16º61.21%64.71%-
XYZ21.1328.2639.94-
YUV130.69147.3680.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=16.54%
G=40.83%
B=42.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641581650.610.0400.35184.1644.144.9
Hex409EA53D4023b82c2d
Octal1002362457540432705455
Binary10000001001111010100101111101100010001110111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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