Html Css Color HEX #40948E Blue Chill

📋 copy color: '#40948E'

red 64 ◦ green 148 ◦ blue 142

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

Shades of Blue Chill #40948E

Tints of Blue Chill #40948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 18.08%
G = 41.81%
B = 40.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#40948E (or 0x40948E) is known color: Blue Chill. HEX triplet: 40, 94 and 8E. RGB value is (64,148,142). Sum of RGB (Red+Green+Blue) = 64+148+142=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #40948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40948E is #BF6B71. Grayscale: #7A7A7A. Windows color (decimal): -12544882 or 9344064. OLE color: 9344064.

HSL color Cylindrical-coordinate representation of color #40948E: hue angle of 175.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40948E is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 142 -
CMYK 0.57 0 0.04 0.42
HSL 175.71º 0.4% 0.42% -
HSV(B) 175.71º 0.57% 0.58% -
XYZ 17.59 24.22 29.34 -
YUV 122.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 64 148 142 0.57 0 0.04 0.42 175.71 0.4 0.42
Hex 40 94 8E 39 0 4 2A B0 28 2A
Octal 100 224 216 71 0 4 52 260 50 52
Binary 1000000 10010100 10001110 111001 0 100 101010 10110000 101000 101010

Color Harmonies of #40948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40948E

Black with #40948E

Text Example


Text Example

White with #40948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40948E; }

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

 H1.HeaderClassName
 {
   color: #40948E;
 }
 .AnyTagClassName
 {
   color: #40948E;
 }
</style>

background-color css

<style>
 a { background-color: #40948E; }

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

 div.DivClassName
 {
   background-color: #40948E;
 }
 .BgClassName
 {
   background-color: #40948E;
 }
</style>

border-color css

<style>
 span { border-color: #40948E; }

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

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