Html Css Color HEX #42958E Blue Chill

📋 copy color: '#42958E'

red 66 ◦ green 149 ◦ blue 142

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

Shades of Blue Chill #42958E

Tints of Blue Chill #42958E

RGB

 RED value IS 66 (26.17% from 255) = 18.49%

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 18.49%
G = 41.74%
B = 39.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#42958E (or 0x42958E) is known color: Blue Chill. HEX triplet: 42, 95 and 8E. RGB value is (66,149,142). Sum of RGB (Red+Green+Blue) = 66+149+142=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #42958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42958E is #BD6A71. Grayscale: #7B7B7B. Windows color (decimal): -12413554 or 9344322. OLE color: 9344322.

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

Color convert

RGB 66 149 142 -
CMYK 0.56 0 0.05 0.42
HSL 174.94º 0.39% 0.42% -
HSV(B) 174.94º 0.56% 0.58% -
XYZ 17.88 24.61 29.4 -
YUV 123.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 66 149 142 0.56 0 0.05 0.42 174.94 0.39 0.42
Hex 42 95 8E 38 0 5 2A AF 27 2A
Octal 102 225 216 70 0 5 52 257 47 52
Binary 1000010 10010101 10001110 111000 0 101 101010 10101111 100111 101010

Color Harmonies of #42958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42958E

Black with #42958E

Text Example


Text Example

White with #42958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,149,142); }

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

background-color css

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

 a { background-color: rgb(66,149,142); }

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

border-color css

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

 span { border-color: rgb(66,149,142); }

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