Html Css Color HEX #426B4A Killarney

📋 copy color: '#426B4A'

red 66 ◦ green 107 ◦ blue 74

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

Shades of Killarney #426B4A

Tints of Killarney #426B4A

RGB

 RED value IS 66 (26.17% from 255) = 26.72%

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

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

R = 26.72%
G = 43.32%
B = 29.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#426B4A (or 0x426B4A) is known color: Killarney. HEX triplet: 42, 6B and 4A. RGB value is (66,107,74). Sum of RGB (Red+Green+Blue) = 66+107+74=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #426B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B4A is #BD94B5. Grayscale: #5B5B5B. Windows color (decimal): -12424374 or 4877122. OLE color: 4877122.

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

Color convert

RGB 66 107 74 -
CMYK 0.38 0 0.31 0.58
HSL 131.71º 0.24% 0.34% -
HSV(B) 131.71º 0.38% 0.42% -
XYZ 8.74 12.17 8.37 -
YUV 90.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 66 107 74 0.38 0 0.31 0.58 131.71 0.24 0.34
Hex 42 6B 4A 26 0 1F 3A 84 18 22
Octal 102 153 112 46 0 37 72 204 30 42
Binary 1000010 1101011 1001010 100110 0 11111 111010 10000100 11000 100010

Color Harmonies of #426B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B4A

Black with #426B4A

Text Example


Text Example

White with #426B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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