#434962

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

Shades of Port Gore #434962

Tints of Port Gore #434962

Color information

#434962 (or 0x434962) is unknown color: approx Port Gore. HEX triplet: 43, 49 and 62. RGB value is (67,73,98). Sum of RGB (Red+Green+Blue) = 67+73+98=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #434962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434962 is #BCB69D. Grayscale: #494949. Windows color (decimal): -12367518 or 6441283. OLE color: 6441283.

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

Color convert

RGB677398-
CMYK0.320.2600.62
HSL228.39º18.79%32.35%-
HSV(B)228.39º31.63%38.43%-
XYZ6.96.8412.51-
YUV74.06141.51122.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=28.15%
G=30.67%
B=41.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6773980.320.2600.62228.3918.7932.35
Hex434962201A03Ee41320
Octal10311114240320763442340
Binary1000011100100111000101000001101001111101110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434962; }

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

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

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

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

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

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

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

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