Html Css Color HEX #426367 Tax Break

📋 copy color: '#426367'

red 66 ◦ green 99 ◦ blue 103

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

Shades of Tax Break #426367

Tints of Tax Break #426367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 24.63%
G = 36.94%
B = 38.43%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#426367 (or 0x426367) is known color: Tax Break. HEX triplet: 42, 63 and 67. RGB value is (66,99,103). Sum of RGB (Red+Green+Blue) = 66+99+103=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #426367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426367 is #BD9C98. Grayscale: #595959. Windows color (decimal): -12426393 or 6775618. OLE color: 6775618.

HSL color Cylindrical-coordinate representation of color #426367: hue angle of 186.49º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426367 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 99 103 -
CMYK 0.36 0.04 0 0.60
HSL 186.49º 0.22% 0.33% -
HSV(B) 186.49º 0.36% 0.4% -
XYZ 9.16 11.06 14.48 -
YUV 89.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 66 99 103 0.36 0.04 0 0.60 186.49 0.22 0.33
Hex 42 63 67 24 4 0 3C BA 16 21
Octal 102 143 147 44 4 0 74 272 26 41
Binary 1000010 1100011 1100111 100100 100 0 111100 10111010 10110 100001

Color Harmonies of #426367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426367

Black with #426367

Text Example


Text Example

White with #426367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426367; }

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

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

background-color css

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

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

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

border-color css

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

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

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