#434769

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

Shades of Port Gore #434769

Tints of Port Gore #434769

Color information

#434769 (or 0x434769) is unknown color: approx Port Gore. HEX triplet: 43, 47 and 69. RGB value is (67,71,105). Sum of RGB (Red+Green+Blue) = 67+71+105=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #434769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434769 is #BCB896. Grayscale: #494949. Windows color (decimal): -12368023 or 6899523. OLE color: 6899523.

HSL color Cylindrical-coordinate representation of color #434769: hue angle of 233.68º 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 #434769 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6771105-
CMYK0.360.3200.59
HSL233.68º22.09%33.73%-
HSV(B)233.68º36.19%41.18%-
XYZ7.126.7214.29-
YUV73.68145.67123.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=27.57%
G=29.22%
B=43.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67711050.360.3200.59233.6822.0933.73
Hex434769242003Bea1622
Octal10310715144400733522642
Binary10000111000111110100110010010000001110111110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434769; }

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

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

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

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

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

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

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

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