#424867

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

Shades of Port Gore #424867

Tints of Port Gore #424867

Color information

#424867 (or 0x424867) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 67. RGB value is (66,72,103). Sum of RGB (Red+Green+Blue) = 66+72+103=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #424867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424867 is #BDB798. Grayscale: #494949. Windows color (decimal): -12433305 or 6768706. OLE color: 6768706.

HSL color Cylindrical-coordinate representation of color #424867: hue angle of 230.27º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #424867 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6672103-
CMYK0.360.3000.60
HSL230.27º21.89%33.14%-
HSV(B)230.27º35.92%40.39%-
XYZ7.016.7713.77-
YUV73.74144.51122.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=27.39%
G=29.88%
B=42.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66721030.360.3000.60230.2721.8933.14
Hex424867241E03Ce61621
Octal10211014744360743462641
Binary1000010100100011001111001001111001111001110011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424867; }

 p { color: rgb(66,72,103); }

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

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

 a { background-color: rgb(66,72,103); }

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

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

 span { border-color: rgb(66,72,103); }

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