#424662

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

Shades of Port Gore #424662

Tints of Port Gore #424662

Color information

#424662 (or 0x424662) is unknown color: approx Port Gore. HEX triplet: 42, 46 and 62. RGB value is (66,70,98). Sum of RGB (Red+Green+Blue) = 66+70+98=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #424662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424662 is #BDB99D. Grayscale: #474747. Windows color (decimal): -12433822 or 6440514. OLE color: 6440514.

HSL color Cylindrical-coordinate representation of color #424662: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424662 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667098-
CMYK0.330.2900.62
HSL232.5º19.51%32.16%-
HSV(B)232.5º32.65%38.43%-
XYZ6.646.4212.44-
YUV72142.67123.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=28.21%
G=29.91%
B=41.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6670980.330.2900.62232.519.5132.16
Hex424662211D03Ee81420
Octal10210614241350763502440
Binary1000010100011011000101000011110101111101110100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424662; }

 p { color: rgb(66,70,98); }

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

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

 a { background-color: rgb(66,70,98); }

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

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

 span { border-color: rgb(66,70,98); }

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