#434768

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

Shades of Port Gore #434768

Tints of Port Gore #434768

Color information

#434768 (or 0x434768) is unknown color: approx Port Gore. HEX triplet: 43, 47 and 68. RGB value is (67,71,104). Sum of RGB (Red+Green+Blue) = 67+71+104=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #434768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434768 is #BCB897. Grayscale: #494949. Windows color (decimal): -12368024 or 6833987. OLE color: 6833987.

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

Color convert

RGB6771104-
CMYK0.360.3200.59
HSL233.51º21.64%33.53%-
HSV(B)233.51º35.58%40.78%-
XYZ7.076.714.02-
YUV73.57145.17123.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=27.69%
G=29.34%
B=42.98%

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
Decimal67711040.360.3200.59233.5121.6433.53
Hex434768242003Bea1622
Octal10310715044400733522642
Binary10000111000111110100010010010000001110111110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434768; }

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

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

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

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

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

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

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

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