Html Css Color HEX #469B90 Lochinvar

📋 copy color: '#469B90'

red 70 ◦ green 155 ◦ blue 144

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

Shades of Lochinvar #469B90

Tints of Lochinvar #469B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 18.97%
G = 42.01%
B = 39.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#469B90 (or 0x469B90) is known color: Lochinvar. HEX triplet: 46, 9B and 90. RGB value is (70,155,144). Sum of RGB (Red+Green+Blue) = 70+155+144=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #469B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B90 is #B9646F. Grayscale: #808080. Windows color (decimal): -12149872 or 9476934. OLE color: 9476934.

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

Color convert

RGB 70 155 144 -
CMYK 0.55 0 0.07 0.39
HSL 172.24º 0.38% 0.44% -
HSV(B) 172.24º 0.55% 0.61% -
XYZ 19.28 26.76 30.53 -
YUV 128.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 70 155 144 0.55 0 0.07 0.39 172.24 0.38 0.44
Hex 46 9B 90 37 0 7 27 AC 26 2C
Octal 106 233 220 67 0 7 47 254 46 54
Binary 1000110 10011011 10010000 110111 0 111 100111 10101100 100110 101100

Color Harmonies of #469B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B90

Black with #469B90

Text Example


Text Example

White with #469B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,144); }

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

background-color css

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

 a { background-color: rgb(70,155,144); }

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

border-color css

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

 span { border-color: rgb(70,155,144); }

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