Html Css Color HEX #468A5E Como

📋 copy color: '#468A5E'

red 70 ◦ green 138 ◦ blue 94

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

Shades of Como #468A5E

Tints of Como #468A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 23.18%
G = 45.7%
B = 31.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#468A5E (or 0x468A5E) is known color: Como. HEX triplet: 46, 8A and 5E. RGB value is (70,138,94). Sum of RGB (Red+Green+Blue) = 70+138+94=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #468A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468A5E is #B975A1. Grayscale: #707070. Windows color (decimal): -12154274 or 6195782. OLE color: 6195782.

HSL color Cylindrical-coordinate representation of color #468A5E: hue angle of 141.18º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468A5E is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 94 -
CMYK 0.49 0 0.32 0.46
HSL 141.18º 0.33% 0.41% -
HSV(B) 141.18º 0.49% 0.54% -
XYZ 13.63 20.29 13.79 -
YUV 112.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 70 138 94 0.49 0 0.32 0.46 141.18 0.33 0.41
Hex 46 8A 5E 31 0 20 2E 8D 21 29
Octal 106 212 136 61 0 40 56 215 41 51
Binary 1000110 10001010 1011110 110001 0 100000 101110 10001101 100001 101001

Color Harmonies of #468A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A5E

Black with #468A5E

Text Example


Text Example

White with #468A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468A5E; }

 p { color: rgb(70,138,94); }

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

background-color css

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

 a { background-color: rgb(70,138,94); }

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

border-color css

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

 span { border-color: rgb(70,138,94); }

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