#46824B

Color #46824B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #46824B

Tints of Killarney #46824B

Color information

#46824B (or 0x46824B) is unknown color: approx Killarney. HEX triplet: 46, 82 and 4B. RGB value is (70,130,75). Sum of RGB (Red+Green+Blue) = 70+130+75=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #46824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46824B is #B97DB4. Grayscale: #696969. Windows color (decimal): -12156341 or 4948550. OLE color: 4948550.

HSL color Cylindrical-coordinate representation of color #46824B: hue angle of 125º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46824B is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB7013075-
CMYK0.4600.420.49
HSL125º30%39.22%-
HSV(B)125º46.15%50.98%-
XYZ11.7817.789.47-
YUV105.79110.62102.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=25.45%
G=47.27%
B=27.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130750.4600.420.491253039.22
Hex46824B2E02A317d1e27
Octal10620211356052611753647
Binary10001101000001010010111011100101010110001111110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46824B; }

 p { color: rgb(70,130,75); }

 H1.HeaderClassName
 {
   color: #46824B;
 }
 .AnyTagClassName
 {
   color: #46824B;
 }
</style>
background-color css

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

 a { background-color: rgb(70,130,75); }

 div.DivClassName
 {
   background-color: #46824B;
 }
 .BgClassName
 {
   background-color: #46824B;
 }
</style>
border-color css

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

 span { border-color: rgb(70,130,75); }

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