Html Css Color HEX #466B4A Killarney

📋 copy color: '#466B4A'

red 70 ◦ green 107 ◦ blue 74

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

Shades of Killarney #466B4A

Tints of Killarney #466B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

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

R = 27.89%
G = 42.63%
B = 29.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#466B4A (or 0x466B4A) is known color: Killarney. HEX triplet: 46, 6B and 4A. RGB value is (70,107,74). Sum of RGB (Red+Green+Blue) = 70+107+74=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #466B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B4A is #B994B5. Grayscale: #5C5C5C. Windows color (decimal): -12162230 or 4877126. OLE color: 4877126.

HSL color Cylindrical-coordinate representation of color #466B4A: hue angle of 126.49º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B4A is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 107 74 -
CMYK 0.35 0 0.31 0.58
HSL 126.49º 0.21% 0.35% -
HSV(B) 126.49º 0.35% 0.42% -
XYZ 9.02 12.31 8.38 -
YUV 92.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 70 107 74 0.35 0 0.31 0.58 126.49 0.21 0.35
Hex 46 6B 4A 23 0 1F 3A 7E 15 23
Octal 106 153 112 43 0 37 72 176 25 43
Binary 1000110 1101011 1001010 100011 0 11111 111010 1111110 10101 100011

Color Harmonies of #466B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B4A

Black with #466B4A

Text Example


Text Example

White with #466B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466B4A; }

 p { color: rgb(70,107,74); }

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

background-color css

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

 a { background-color: rgb(70,107,74); }

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

border-color css

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

 span { border-color: rgb(70,107,74); }

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