Html Css Color HEX #469385 Lochinvar

📋 copy color: '#469385'

red 70 ◦ green 147 ◦ blue 133

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

Shades of Lochinvar #469385

Tints of Lochinvar #469385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 20%
G = 42%
B = 38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#469385 (or 0x469385) is known color: Lochinvar. HEX triplet: 46, 93 and 85. RGB value is (70,147,133). Sum of RGB (Red+Green+Blue) = 70+147+133=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #469385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469385 is #B96C7A. Grayscale: #7A7A7A. Windows color (decimal): -12151931 or 8753990. OLE color: 8753990.

HSL color Cylindrical-coordinate representation of color #469385: hue angle of 169.09º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469385 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 133 -
CMYK 0.52 0 0.10 0.42
HSL 169.09º 0.35% 0.43% -
HSV(B) 169.09º 0.52% 0.58% -
XYZ 17.19 23.86 25.89 -
YUV 122.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 70 147 133 0.52 0 0.10 0.42 169.09 0.35 0.43
Hex 46 93 85 34 0 A 2A A9 23 2B
Octal 106 223 205 64 0 12 52 251 43 53
Binary 1000110 10010011 10000101 110100 0 1010 101010 10101001 100011 101011

Color Harmonies of #469385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469385

Black with #469385

Text Example


Text Example

White with #469385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469385; }

 p { color: rgb(70,147,133); }

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

background-color css

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

 a { background-color: rgb(70,147,133); }

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

border-color css

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

 span { border-color: rgb(70,147,133); }

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