Html Css Color HEX #468664 Como

📋 copy color: '#468664'

red 70 ◦ green 134 ◦ blue 100

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

Shades of Como #468664

Tints of Como #468664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 23.03%
G = 44.08%
B = 32.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#468664 (or 0x468664) is known color: Como. HEX triplet: 46, 86 and 64. RGB value is (70,134,100). Sum of RGB (Red+Green+Blue) = 70+134+100=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #468664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468664 is #B9799B. Grayscale: #6F6F6F. Windows color (decimal): -12155292 or 6587974. OLE color: 6587974.

HSL color Cylindrical-coordinate representation of color #468664: hue angle of 148.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468664 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 100 -
CMYK 0.48 0 0.25 0.47
HSL 148.13º 0.31% 0.4% -
HSV(B) 148.13º 0.48% 0.53% -
XYZ 13.35 19.27 15.07 -
YUV 110.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 70 134 100 0.48 0 0.25 0.47 148.13 0.31 0.4
Hex 46 86 64 30 0 19 2F 94 1F 28
Octal 106 206 144 60 0 31 57 224 37 50
Binary 1000110 10000110 1100100 110000 0 11001 101111 10010100 11111 101000

Color Harmonies of #468664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468664

Black with #468664

Text Example


Text Example

White with #468664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468664; }

 p { color: rgb(70,134,100); }

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

background-color css

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

 a { background-color: rgb(70,134,100); }

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

border-color css

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

 span { border-color: rgb(70,134,100); }

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