#434A6B

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

Shades of Port Gore #434A6B

Tints of Port Gore #434A6B

Color information

#434A6B (or 0x434A6B) is unknown color: approx Port Gore. HEX triplet: 43, 4A and 6B. RGB value is (67,74,107). Sum of RGB (Red+Green+Blue) = 67+74+107=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #434A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A6B is #BCB594. Grayscale: #4B4B4B. Windows color (decimal): -12367253 or 7031363. OLE color: 7031363.

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

Color convert

RGB6774107-
CMYK0.370.3100.58
HSL229.5º22.99%34.12%-
HSV(B)229.5º37.38%41.96%-
XYZ7.427.1514.9-
YUV75.67145.68121.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=27.02%
G=29.84%
B=43.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67741070.370.3100.58229.522.9934.12
Hex434A6B251F03Ae61722
Octal10311215345370723462742
Binary1000011100101011010111001011111101110101110011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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