Html Css Color HEX #468A5D Como

📋 copy color: '#468A5D'

red 70 ◦ green 138 ◦ blue 93

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

Shades of Como #468A5D

Tints of Como #468A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 23.26%
G = 45.85%
B = 30.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#468A5D (or 0x468A5D) is known color: Como. HEX triplet: 46, 8A and 5D. RGB value is (70,138,93). Sum of RGB (Red+Green+Blue) = 70+138+93=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #468A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468A5D is #B975A2. Grayscale: #707070. Windows color (decimal): -12154275 or 6130246. OLE color: 6130246.

HSL color Cylindrical-coordinate representation of color #468A5D: hue angle of 140.29º 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 #468A5D is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 93 -
CMYK 0.49 0 0.33 0.46
HSL 140.29º 0.33% 0.41% -
HSV(B) 140.29º 0.49% 0.54% -
XYZ 13.59 20.27 13.55 -
YUV 112.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 70 138 93 0.49 0 0.33 0.46 140.29 0.33 0.41
Hex 46 8A 5D 31 0 21 2E 8C 21 29
Octal 106 212 135 61 0 41 56 214 41 51
Binary 1000110 10001010 1011101 110001 0 100001 101110 10001100 100001 101001

Color Harmonies of #468A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A5D

Black with #468A5D

Text Example


Text Example

White with #468A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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