#426770

Color #426770 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #426770

Tints of Tax Break #426770

Color information

#426770 (or 0x426770) is unknown color: approx Tax Break. HEX triplet: 42, 67 and 70. RGB value is (66,103,112). Sum of RGB (Red+Green+Blue) = 66+103+112=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #426770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426770 is #BD988F. Grayscale: #5C5C5C. Windows color (decimal): -12425360 or 7366466. OLE color: 7366466.

HSL color Cylindrical-coordinate representation of color #426770: hue angle of 191.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426770 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66103112-
CMYK0.410.0800.56
HSL191.74º25.84%34.9%-
HSV(B)191.74º41.07%43.92%-
XYZ10.0212.0317.12-
YUV92.96138.74108.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=23.49%
G=36.65%
B=39.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661031120.410.0800.56191.7425.8434.9
Hex426770298038c01a23
Octal10214716051100703003243
Binary100001011001111110000101001100001110001100000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426770; }

 p { color: rgb(66,103,112); }

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

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

 a { background-color: rgb(66,103,112); }

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

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

 span { border-color: rgb(66,103,112); }

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