Html Css Color HEX #48694E Killarney

📋 copy color: '#48694E'

red 72 ◦ green 105 ◦ blue 78

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

Shades of Killarney #48694E

Tints of Killarney #48694E

RGB

 RED value IS 72 (28.52% from 255) = 28.24%

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 28.24%
G = 41.18%
B = 30.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#48694E (or 0x48694E) is known color: Killarney. HEX triplet: 48, 69 and 4E. RGB value is (72,105,78). Sum of RGB (Red+Green+Blue) = 72+105+78=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #48694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48694E is #B796B1. Grayscale: #5C5C5C. Windows color (decimal): -12031666 or 5138760. OLE color: 5138760.

HSL color Cylindrical-coordinate representation of color #48694E: hue angle of 130.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48694E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 78 -
CMYK 0.31 0 0.26 0.59
HSL 130.91º 0.19% 0.35% -
HSV(B) 130.91º 0.31% 0.41% -
XYZ 9.1 12.03 9.05 -
YUV 92.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 72 105 78 0.31 0 0.26 0.59 130.91 0.19 0.35
Hex 48 69 4E 1F 0 1A 3B 83 13 23
Octal 110 151 116 37 0 32 73 203 23 43
Binary 1001000 1101001 1001110 11111 0 11010 111011 10000011 10011 100011

Color Harmonies of #48694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48694E

Black with #48694E

Text Example


Text Example

White with #48694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48694E; }

 p { color: rgb(72,105,78); }

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

background-color css

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

 a { background-color: rgb(72,105,78); }

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

border-color css

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

 span { border-color: rgb(72,105,78); }

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