Html Css Color HEX #40949F Scooter

📋 copy color: '#40949F'

red 64 ◦ green 148 ◦ blue 159

#40949F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #40949F

Tints of Scooter #40949F

RGB

 RED value IS 64 (25.39% from 255) = 17.25%

 GREEN value IS 148 (58.2% 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 value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40949F (or 0x40949F) is known color: 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

RGB 64 148 159 -
CMYK 0.60 0.07 0 0.38
HSL 186.95º 0.43% 0.44% -
HSV(B) 186.95º 0.6% 0.62% -
XYZ 18.96 24.77 36.58 -
YUV 124.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 64 148 159 0.60 0.07 0 0.38 186.95 0.43 0.44
Hex 40 94 9F 3C 7 0 26 BB 2B 2C
Octal 100 224 237 74 7 0 46 273 53 54
Binary 1000000 10010100 10011111 111100 111 0 100110 10111011 101011 101100

Color Harmonies of #40949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40949F

Black with #40949F

Text Example


Text Example

White with #40949F

Text Example


Text Example

HTML Codes & Css Web 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>