#434860

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

Shades of Port Gore #434860

Tints of Port Gore #434860

Color information

#434860 (or 0x434860) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 60. RGB value is (67,72,96). Sum of RGB (Red+Green+Blue) = 67+72+96=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #434860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434860 is #BCB79F. Grayscale: #494949. Windows color (decimal): -12367776 or 6309955. OLE color: 6309955.

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

Color convert

RGB677296-
CMYK0.300.2500.62
HSL229.66º17.79%31.96%-
HSV(B)229.66º30.21%37.65%-
XYZ6.746.6712-
YUV73.24140.84123.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=28.51%
G=30.64%
B=40.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6772960.300.2500.62229.6617.7931.96
Hex4348601E1903Ee61220
Octal10311014036310763462240
Binary100001110010001100000111101100101111101110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434860; }

 p { color: rgb(67,72,96); }

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

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

 a { background-color: rgb(67,72,96); }

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

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

 span { border-color: rgb(67,72,96); }

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