#414867

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

Shades of Port Gore #414867

Tints of Port Gore #414867

Color information

#414867 (or 0x414867) is unknown color: approx Port Gore. HEX triplet: 41, 48 and 67. RGB value is (65,72,103). Sum of RGB (Red+Green+Blue) = 65+72+103=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #414867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414867 is #BEB798. Grayscale: #494949. Windows color (decimal): -12498841 or 6768705. OLE color: 6768705.

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

Color convert

RGB6572103-
CMYK0.370.3000.60
HSL228.95º22.62%32.94%-
HSV(B)228.95º36.89%40.39%-
XYZ6.956.7413.77-
YUV73.44144.68121.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=27.08%
G=30%
B=42.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65721030.370.3000.60228.9522.6232.94
Hex414867251E03Ce51721
Octal10111014745360743452741
Binary1000001100100011001111001011111001111001110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414867; }

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

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

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

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

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

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

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

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