#40949F

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

Shades of Scooter #40949F

Tints of Scooter #40949F

Color information

#40949F (or 0x40949F) is unknown color: approx Scooter. HEX triplet: 40, 94 and 9F. RGB value is (64,148,159). Sum of RGB (Red+Green+Blue) = 64+148+159=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #40949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40949F is #BF6B60. Grayscale: #7C7C7C. Windows color (decimal): -12544865 or 10458176. OLE color: 10458176.

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

Color convert

RGB64148159-
CMYK0.600.0700.38
HSL186.95º42.6%43.73%-
HSV(B)186.95º59.75%62.35%-
XYZ18.9624.7736.58-
YUV124.14147.6785.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=17.25%
G=39.89%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641481590.600.0700.38186.9542.643.73
Hex40949F3C7026bb2b2c
Octal1002242377470462735354
Binary10000001001010010011111111100111010011010111011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40949F; }

 p { color: rgb(64,148,159); }

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

<style>
 a { background-color: #40949F; }

 a { background-color: rgb(64,148,159); }

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

<style>
 span { border-color: #40949F; }

 span { border-color: rgb(64,148,159); }

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