#409BA4

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

Shades of Scooter #409BA4

Tints of Scooter #409BA4

Color information

#409BA4 (or 0x409BA4) is unknown color: approx Scooter. HEX triplet: 40, 9B and A4. RGB value is (64,155,164). Sum of RGB (Red+Green+Blue) = 64+155+164=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #409BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BA4 is #BF645B. Grayscale: #808080. Windows color (decimal): -12543068 or 10787648. OLE color: 10787648.

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

Color convert

RGB64155164-
CMYK0.610.0500.36
HSL185.4º43.86%44.71%-
HSV(B)185.4º60.98%64.31%-
XYZ20.5427.2139.29-
YUV128.82147.8581.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 164 (64.45% from 255) = 42.82%
R=16.71%
G=40.47%
B=42.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641551640.610.0500.36185.443.8644.71
Hex409BA43D5024b92c2d
Octal1002332447550442715455
Binary10000001001101110100100111101101010010010111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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