#424A74

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

Shades of Port Gore #424A74

Tints of Port Gore #424A74

Color information

#424A74 (or 0x424A74) is unknown color: approx Port Gore. HEX triplet: 42, 4A and 74. RGB value is (66,74,116). Sum of RGB (Red+Green+Blue) = 66+74+116=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #424A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A74 is #BDB58B. Grayscale: #4C4C4C. Windows color (decimal): -12432780 or 7621186. OLE color: 7621186.

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

Color convert

RGB6674116-
CMYK0.430.3600.55
HSL230.4º27.47%35.69%-
HSV(B)230.4º43.1%45.49%-
XYZ7.857.3217.52-
YUV76.4150.35120.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=25.78%
G=28.91%
B=45.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66741160.430.3600.55230.427.4735.69
Hex424A742B24037e61b24
Octal10211216453440673463344
Binary10000101001010111010010101110010001101111110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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