#434A6C

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

Shades of Port Gore #434A6C

Tints of Port Gore #434A6C

Color information

#434A6C (or 0x434A6C) is unknown color: approx Port Gore. HEX triplet: 43, 4A and 6C. RGB value is (67,74,108). Sum of RGB (Red+Green+Blue) = 67+74+108=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #434A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A6C is #BCB593. Grayscale: #4B4B4B. Windows color (decimal): -12367252 or 7096899. OLE color: 7096899.

HSL color Cylindrical-coordinate representation of color #434A6C: hue angle of 229.76º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #434A6C is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6774108-
CMYK0.380.3100.58
HSL229.76º23.43%34.31%-
HSV(B)229.76º37.96%42.35%-
XYZ7.477.1715.18-
YUV75.78146.18121.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=26.91%
G=29.72%
B=43.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67741080.380.3100.58229.7623.4334.31
Hex434A6C261F03Ae61722
Octal10311215446370723462742
Binary1000011100101011011001001101111101110101110011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434A6C; }

 p { color: rgb(67,74,108); }

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

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

 a { background-color: rgb(67,74,108); }

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

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

 span { border-color: rgb(67,74,108); }

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