Html Css Color HEX #42958C Lochinvar

📋 copy color: '#42958C'

red 66 ◦ green 149 ◦ blue 140

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

Shades of Lochinvar #42958C

Tints of Lochinvar #42958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 18.59%
G = 41.97%
B = 39.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#42958C (or 0x42958C) is known color: Lochinvar. HEX triplet: 42, 95 and 8C. RGB value is (66,149,140). Sum of RGB (Red+Green+Blue) = 66+149+140=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #42958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42958C is #BD6A73. Grayscale: #7B7B7B. Windows color (decimal): -12413556 or 9213250. OLE color: 9213250.

HSL color Cylindrical-coordinate representation of color #42958C: hue angle of 173.49º 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 #42958C is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 140 -
CMYK 0.56 0 0.06 0.42
HSL 173.49º 0.39% 0.42% -
HSV(B) 173.49º 0.56% 0.58% -
XYZ 17.73 24.55 28.61 -
YUV 123.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 66 149 140 0.56 0 0.06 0.42 173.49 0.39 0.42
Hex 42 95 8C 38 0 6 2A AD 27 2A
Octal 102 225 214 70 0 6 52 255 47 52
Binary 1000010 10010101 10001100 111000 0 110 101010 10101101 100111 101010

Color Harmonies of #42958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42958C

Black with #42958C

Text Example


Text Example

White with #42958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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