#434A74

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

Shades of Port Gore #434A74

Tints of Port Gore #434A74

Color information

#434A74 (or 0x434A74) is unknown color: approx Port Gore. HEX triplet: 43, 4A and 74. RGB value is (67,74,116). Sum of RGB (Red+Green+Blue) = 67+74+116=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #434A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A74 is #BCB58B. Grayscale: #4C4C4C. Windows color (decimal): -12367244 or 7621187. OLE color: 7621187.

HSL color Cylindrical-coordinate representation of color #434A74: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434A74 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6774116-
CMYK0.420.3600.55
HSL231.43º26.78%35.88%-
HSV(B)231.43º42.24%45.49%-
XYZ7.927.3517.52-
YUV76.69150.18121.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=26.07%
G=28.79%
B=45.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67741160.420.3600.55231.4326.7835.88
Hex434A742A24037e71b24
Octal10311216452440673473344
Binary10000111001010111010010101010010001101111110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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