#4097A2

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

Shades of Scooter #4097A2

Tints of Scooter #4097A2

Color information

#4097A2 (or 0x4097A2) is unknown color: approx Scooter. HEX triplet: 40, 97 and A2. RGB value is (64,151,162). Sum of RGB (Red+Green+Blue) = 64+151+162=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #4097A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4097A2 is #BF685D. Grayscale: #7E7E7E. Windows color (decimal): -12544094 or 10655552. OLE color: 10655552.

HSL color Cylindrical-coordinate representation of color #4097A2: hue angle of 186.73º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4097A2 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64151162-
CMYK0.600.0700.36
HSL186.73º43.36%44.31%-
HSV(B)186.73º60.49%63.53%-
XYZ19.725.8338.13-
YUV126.24148.1883.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=16.98%
G=40.05%
B=42.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641511620.600.0700.36186.7343.3644.31
Hex4097A23C7024bb2b2c
Octal1002272427470442735354
Binary10000001001011110100010111100111010010010111011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4097A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4097A2; }

 p { color: rgb(64,151,162); }

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

<style>
 a { background-color: #4097A2; }

 a { background-color: rgb(64,151,162); }

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

<style>
 span { border-color: #4097A2; }

 span { border-color: rgb(64,151,162); }

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