#434969

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

Shades of Port Gore #434969

Tints of Port Gore #434969

Color information

#434969 (or 0x434969) is unknown color: approx Port Gore. HEX triplet: 43, 49 and 69. RGB value is (67,73,105). Sum of RGB (Red+Green+Blue) = 67+73+105=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #434969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434969 is #BCB696. Grayscale: #4A4A4A. Windows color (decimal): -12367511 or 6900035. OLE color: 6900035.

HSL color Cylindrical-coordinate representation of color #434969: hue angle of 230.53º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #434969 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6773105-
CMYK0.360.3000.59
HSL230.53º22.09%33.73%-
HSV(B)230.53º36.19%41.18%-
XYZ7.256.9814.33-
YUV74.85145.01122.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=27.35%
G=29.80%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67731050.360.3000.59230.5322.0933.73
Hex434969241E03Be71622
Octal10311115144360733472642
Binary1000011100100111010011001001111001110111110011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434969; }

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

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

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

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

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

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

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

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