#409BA5

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

Shades of Scooter #409BA5

Tints of Scooter #409BA5

Color information

#409BA5 (or 0x409BA5) is unknown color: approx Scooter. HEX triplet: 40, 9B and A5. RGB value is (64,155,165). Sum of RGB (Red+Green+Blue) = 64+155+165=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #409BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BA5 is #BF645A. Grayscale: #808080. Windows color (decimal): -12543067 or 10853184. OLE color: 10853184.

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

Color convert

RGB64155165-
CMYK0.610.0600.35
HSL185.94º44.1%44.9%-
HSV(B)185.94º61.21%64.71%-
XYZ20.6327.2539.77-
YUV128.93148.3581.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.67%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 165 (64.84% from 255) = 42.97%
R=16.67%
G=40.36%
B=42.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641551650.610.0600.35185.9444.144.9
Hex409BA53D6023ba2c2d
Octal1002332457560432725455
Binary10000001001101110100101111101110010001110111010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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