#434961

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

Shades of Port Gore #434961

Tints of Port Gore #434961

Color information

#434961 (or 0x434961) is unknown color: approx Port Gore. HEX triplet: 43, 49 and 61. RGB value is (67,73,97). Sum of RGB (Red+Green+Blue) = 67+73+97=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #434961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434961 is #BCB69E. Grayscale: #494949. Windows color (decimal): -12367519 or 6375747. OLE color: 6375747.

HSL color Cylindrical-coordinate representation of color #434961: hue angle of 228º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #434961 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677397-
CMYK0.310.2500.62
HSL228º18.29%32.16%-
HSV(B)228º30.93%38.04%-
XYZ6.856.8212.26-
YUV73.94141.01123.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=28.27%
G=30.80%
B=40.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6773970.310.2500.6222818.2932.16
Hex4349611F1903Ee41220
Octal10311114137310763442240
Binary100001110010011100001111111100101111101110010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434961; }

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

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

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

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

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

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

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

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