Html Css Color HEX #42928E Blue Chill

📋 copy color: '#42928E'

red 66 ◦ green 146 ◦ blue 142

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

Shades of Blue Chill #42928E

Tints of Blue Chill #42928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.24%

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

R = 18.64%
G = 41.24%
B = 40.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#42928E (or 0x42928E) is known color: Blue Chill. HEX triplet: 42, 92 and 8E. RGB value is (66,146,142). Sum of RGB (Red+Green+Blue) = 66+146+142=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #42928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42928E is #BD6D71. Grayscale: #797979. Windows color (decimal): -12414322 or 9343554. OLE color: 9343554.

HSL color Cylindrical-coordinate representation of color #42928E: hue angle of 177º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42928E is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 142 -
CMYK 0.55 0 0.03 0.43
HSL 177º 0.38% 0.42% -
HSV(B) 177º 0.55% 0.57% -
XYZ 17.41 23.67 29.24 -
YUV 121.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 66 146 142 0.55 0 0.03 0.43 177 0.38 0.42
Hex 42 92 8E 37 0 3 2B B1 26 2A
Octal 102 222 216 67 0 3 53 261 46 52
Binary 1000010 10010010 10001110 110111 0 11 101011 10110001 100110 101010

Color Harmonies of #42928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42928E

Black with #42928E

Text Example


Text Example

White with #42928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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