Html Css Color HEX #44664A Killarney

📋 copy color: '#44664A'

red 68 ◦ green 102 ◦ blue 74

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

Shades of Killarney #44664A

Tints of Killarney #44664A

RGB

 RED value IS 68 (26.95% from 255) = 27.87%

 GREEN value IS 102 (40.23% from 255) = 41.8%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 27.87%
G = 41.8%
B = 30.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#44664A (or 0x44664A) is known color: Killarney. HEX triplet: 44, 66 and 4A. RGB value is (68,102,74). Sum of RGB (Red+Green+Blue) = 68+102+74=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #44664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44664A is #BB99B5. Grayscale: #585858. Windows color (decimal): -12294582 or 4875844. OLE color: 4875844.

HSL color Cylindrical-coordinate representation of color #44664A: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44664A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 74 -
CMYK 0.33 0 0.27 0.6
HSL 130.59º 0.2% 0.33% -
HSV(B) 130.59º 0.33% 0.4% -
XYZ 8.37 11.23 8.2 -
YUV 88.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 68 102 74 0.33 0 0.27 0.6 130.59 0.2 0.33
Hex 44 66 4A 21 0 1B 3C 83 14 21
Octal 104 146 112 41 0 33 74 203 24 41
Binary 1000100 1100110 1001010 100001 0 11011 111100 10000011 10100 100001

Color Harmonies of #44664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44664A

Black with #44664A

Text Example


Text Example

White with #44664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44664A; }

 p { color: rgb(68,102,74); }

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

background-color css

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

 a { background-color: rgb(68,102,74); }

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

border-color css

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

 span { border-color: rgb(68,102,74); }

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