#434971

Color #434971 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #434971

Tints of Port Gore #434971

Color information

#434971 (or 0x434971) is unknown color: approx Port Gore. HEX triplet: 43, 49 and 71. RGB value is (67,73,113). Sum of RGB (Red+Green+Blue) = 67+73+113=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #434971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434971 is #BCB68E. Grayscale: #4B4B4B. Windows color (decimal): -12367503 or 7424323. OLE color: 7424323.

HSL color Cylindrical-coordinate representation of color #434971: hue angle of 232.17º 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 #434971 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6773113-
CMYK0.410.3500.56
HSL232.17º25.56%35.29%-
HSV(B)232.17º40.71%44.31%-
XYZ7.687.1516.6-
YUV75.77149.01121.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=26.48%
G=28.85%
B=44.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67731130.410.3500.56232.1725.5635.29
Hex4349712923038e81a23
Octal10311116151430703503243
Binary10000111001001111000110100110001101110001110100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434971; }

 p { color: rgb(67,73,113); }

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

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

 a { background-color: rgb(67,73,113); }

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

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

 span { border-color: rgb(67,73,113); }

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