Html Css Color HEX #46674B Killarney

📋 copy color: '#46674B'

red 70 ◦ green 103 ◦ blue 75

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

Shades of Killarney #46674B

Tints of Killarney #46674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.53%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 28.23%
G = 41.53%
B = 30.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#46674B (or 0x46674B) is known color: Killarney. HEX triplet: 46, 67 and 4B. RGB value is (70,103,75). Sum of RGB (Red+Green+Blue) = 70+103+75=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #46674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46674B is #B998B4. Grayscale: #5A5A5A. Windows color (decimal): -12163253 or 4941638. OLE color: 4941638.

HSL color Cylindrical-coordinate representation of color #46674B: hue angle of 129.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46674B is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 75 -
CMYK 0.32 0 0.27 0.60
HSL 129.09º 0.19% 0.34% -
HSV(B) 129.09º 0.32% 0.4% -
XYZ 8.65 11.51 8.42 -
YUV 89.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 70 103 75 0.32 0 0.27 0.60 129.09 0.19 0.34
Hex 46 67 4B 20 0 1B 3C 81 13 22
Octal 106 147 113 40 0 33 74 201 23 42
Binary 1000110 1100111 1001011 100000 0 11011 111100 10000001 10011 100010

Color Harmonies of #46674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46674B

Black with #46674B

Text Example


Text Example

White with #46674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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