#42948D

Color #42948D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #42948D

Tints of Blue Chill #42948D

Color information

#42948D (or 0x42948D) is unknown color: approx Blue Chill. HEX triplet: 42, 94 and 8D. RGB value is (66,148,141). Sum of RGB (Red+Green+Blue) = 66+148+141=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #42948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42948D is #BD6B72. Grayscale: #7A7A7A. Windows color (decimal): -12413811 or 9278530. OLE color: 9278530.

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

Color convert

RGB66148141-
CMYK0.5500.050.42
HSL174.88º38.32%41.96%-
HSV(B)174.88º55.41%58.04%-
XYZ17.6424.2628.95-
YUV122.68138.3387.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=18.59%
G=41.69%
B=39.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481410.5500.050.42174.8838.3241.96
Hex42948D37052Aaf262a
Octal1022242156705522574652
Binary10000101001010010001101110111010110101010101111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42948D; }

 p { color: rgb(66,148,141); }

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

<style>
 a { background-color: #42948D; }

 a { background-color: rgb(66,148,141); }

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

<style>
 span { border-color: #42948D; }

 span { border-color: rgb(66,148,141); }

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