Html Css Color HEX #426B71 Tax Break

📋 copy color: '#426B71'

red 66 ◦ green 107 ◦ blue 113

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

Shades of Tax Break #426B71

Tints of Tax Break #426B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 23.08%
G = 37.41%
B = 39.51%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426B71 (or 0x426B71) is known color: Tax Break. HEX triplet: 42, 6B and 71. RGB value is (66,107,113). Sum of RGB (Red+Green+Blue) = 66+107+113=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #426B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B71 is #BD948E. Grayscale: #5F5F5F. Windows color (decimal): -12424335 or 7433026. OLE color: 7433026.

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

Color convert

RGB 66 107 113 -
CMYK 0.42 0.05 0 0.56
HSL 187.66º 0.26% 0.35% -
HSV(B) 187.66º 0.42% 0.44% -
XYZ 10.49 12.87 17.55 -
YUV 95.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 66 107 113 0.42 0.05 0 0.56 187.66 0.26 0.35
Hex 42 6B 71 2A 5 0 38 BC 1A 23
Octal 102 153 161 52 5 0 70 274 32 43
Binary 1000010 1101011 1110001 101010 101 0 111000 10111100 11010 100011

Color Harmonies of #426B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B71

Black with #426B71

Text Example


Text Example

White with #426B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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