Html Css Color HEX #469C8C Lochinvar

📋 copy color: '#469C8C'

red 70 ◦ green 156 ◦ blue 140

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

Shades of Lochinvar #469C8C

Tints of Lochinvar #469C8C

RGB

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

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

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

R = 19.13%
G = 42.62%
B = 38.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#469C8C (or 0x469C8C) is known color: Lochinvar. HEX triplet: 46, 9C and 8C. RGB value is (70,156,140). Sum of RGB (Red+Green+Blue) = 70+156+140=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #469C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C8C is #B96373. Grayscale: #808080. Windows color (decimal): -12149620 or 9215046. OLE color: 9215046.

HSL color Cylindrical-coordinate representation of color #469C8C: hue angle of 168.84º 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 #469C8C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 140 -
CMYK 0.55 0 0.10 0.39
HSL 168.84º 0.38% 0.44% -
HSV(B) 168.84º 0.55% 0.61% -
XYZ 19.15 26.97 29.01 -
YUV 128.46 134.51 86.3 -
System Red Green Blue C M Y K H S L
Decimal 70 156 140 0.55 0 0.10 0.39 168.84 0.38 0.44
Hex 46 9C 8C 37 0 A 27 A9 26 2C
Octal 106 234 214 67 0 12 47 251 46 54
Binary 1000110 10011100 10001100 110111 0 1010 100111 10101001 100110 101100

Color Harmonies of #469C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C8C

Black with #469C8C

Text Example


Text Example

White with #469C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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