Html Css Color HEX #467862 Como

📋 copy color: '#467862'

red 70 ◦ green 120 ◦ blue 98

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

Shades of Como #467862

Tints of Como #467862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 24.31%
G = 41.67%
B = 34.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#467862 (or 0x467862) is known color: Como. HEX triplet: 46, 78 and 62. RGB value is (70,120,98). Sum of RGB (Red+Green+Blue) = 70+120+98=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #467862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467862 is #B9879D. Grayscale: #666666. Windows color (decimal): -12158878 or 6453318. OLE color: 6453318.

HSL color Cylindrical-coordinate representation of color #467862: hue angle of 153.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467862 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 120 98 -
CMYK 0.42 0 0.18 0.53
HSL 153.6º 0.26% 0.37% -
HSV(B) 153.6º 0.42% 0.47% -
XYZ 11.45 15.62 13.97 -
YUV 102.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 70 120 98 0.42 0 0.18 0.53 153.6 0.26 0.37
Hex 46 78 62 2A 0 12 35 9A 1A 25
Octal 106 170 142 52 0 22 65 232 32 45
Binary 1000110 1111000 1100010 101010 0 10010 110101 10011010 11010 100101

Color Harmonies of #467862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467862

Black with #467862

Text Example


Text Example

White with #467862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467862; }

 p { color: rgb(70,120,98); }

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

background-color css

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

 a { background-color: rgb(70,120,98); }

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

border-color css

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

 span { border-color: rgb(70,120,98); }

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