#434862

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

Shades of Port Gore #434862

Tints of Port Gore #434862

Color information

#434862 (or 0x434862) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 62. RGB value is (67,72,98). Sum of RGB (Red+Green+Blue) = 67+72+98=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #434862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434862 is #BCB79D. Grayscale: #494949. Windows color (decimal): -12367774 or 6441027. OLE color: 6441027.

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

Color convert

RGB677298-
CMYK0.320.2700.62
HSL230.32º18.79%32.35%-
HSV(B)230.32º31.63%38.43%-
XYZ6.846.7112.49-
YUV73.47141.84123.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=28.27%
G=30.38%
B=41.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6772980.320.2700.62230.3218.7932.35
Hex434862201B03Ee61320
Octal10311014240330763462340
Binary1000011100100011000101000001101101111101110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434862; }

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

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

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

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

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

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

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

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