Html Css Color HEX #469C8D Lochinvar

📋 copy color: '#469C8D'

red 70 ◦ green 156 ◦ blue 141

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

Shades of Lochinvar #469C8D

Tints of Lochinvar #469C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 19.07%
G = 42.51%
B = 38.42%

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

#469C8D (or 0x469C8D) is known color: Lochinvar. HEX triplet: 46, 9C and 8D. RGB value is (70,156,141). Sum of RGB (Red+Green+Blue) = 70+156+141=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #469C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C8D is #B96372. Grayscale: #808080. Windows color (decimal): -12149619 or 9280582. OLE color: 9280582.

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

Color convert

RGB 70 156 141 -
CMYK 0.55 0 0.10 0.39
HSL 169.53º 0.38% 0.44% -
HSV(B) 169.53º 0.55% 0.61% -
XYZ 19.22 27 29.4 -
YUV 128.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 70 156 141 0.55 0 0.10 0.39 169.53 0.38 0.44
Hex 46 9C 8D 37 0 A 27 AA 26 2C
Octal 106 234 215 67 0 12 47 252 46 54
Binary 1000110 10011100 10001101 110111 0 1010 100111 10101010 100110 101100

Color Harmonies of #469C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C8D

Black with #469C8D

Text Example


Text Example

White with #469C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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