Html Css Color HEX #469485 Lochinvar

📋 copy color: '#469485'

red 70 ◦ green 148 ◦ blue 133

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

Shades of Lochinvar #469485

Tints of Lochinvar #469485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 19.94%
G = 42.17%
B = 37.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#469485 (or 0x469485) is known color: Lochinvar. HEX triplet: 46, 94 and 85. RGB value is (70,148,133). Sum of RGB (Red+Green+Blue) = 70+148+133=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #469485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469485 is #B96B7A. Grayscale: #7A7A7A. Windows color (decimal): -12151675 or 8754246. OLE color: 8754246.

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

Color convert

RGB 70 148 133 -
CMYK 0.53 0 0.10 0.42
HSL 168.46º 0.36% 0.43% -
HSV(B) 168.46º 0.53% 0.58% -
XYZ 17.35 24.18 25.94 -
YUV 122.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 70 148 133 0.53 0 0.10 0.42 168.46 0.36 0.43
Hex 46 94 85 35 0 A 2A A8 24 2B
Octal 106 224 205 65 0 12 52 250 44 53
Binary 1000110 10010100 10000101 110101 0 1010 101010 10101000 100100 101011

Color Harmonies of #469485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469485

Black with #469485

Text Example


Text Example

White with #469485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469485; }

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

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

background-color css

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

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

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

border-color css

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

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

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