Html Css Color HEX #469C8A Lochinvar

📋 copy color: '#469C8A'

red 70 ◦ green 156 ◦ blue 138

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

Shades of Lochinvar #469C8A

Tints of Lochinvar #469C8A

RGB

 RED value IS 70 (27.73% from 255) = 19.23%

 GREEN value IS 156 (61.33% from 255) = 42.86%

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 19.23%
G = 42.86%
B = 37.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#469C8A (or 0x469C8A) is known color: Lochinvar. HEX triplet: 46, 9C and 8A. RGB value is (70,156,138). Sum of RGB (Red+Green+Blue) = 70+156+138=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #469C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C8A is #B96375. Grayscale: #808080. Windows color (decimal): -12149622 or 9083974. OLE color: 9083974.

HSL color Cylindrical-coordinate representation of color #469C8A: hue angle of 167.44º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C8A is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 138 -
CMYK 0.55 0 0.12 0.39
HSL 167.44º 0.38% 0.44% -
HSV(B) 167.44º 0.55% 0.61% -
XYZ 19 26.91 28.24 -
YUV 128.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 70 156 138 0.55 0 0.12 0.39 167.44 0.38 0.44
Hex 46 9C 8A 37 0 C 27 A7 26 2C
Octal 106 234 212 67 0 14 47 247 46 54
Binary 1000110 10011100 10001010 110111 0 1100 100111 10100111 100110 101100

Color Harmonies of #469C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C8A

Black with #469C8A

Text Example


Text Example

White with #469C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C8A; }

 p { color: rgb(70,156,138); }

 H1.HeaderClassName
 {
   color: #469C8A;
 }
 .AnyTagClassName
 {
   color: #469C8A;
 }
</style>

background-color css

<style>
 a { background-color: #469C8A; }

 a { background-color: rgb(70,156,138); }

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

border-color css

<style>
 span { border-color: #469C8A; }

 span { border-color: rgb(70,156,138); }

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