#414A67

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

Shades of Port Gore #414A67

Tints of Port Gore #414A67

Color information

#414A67 (or 0x414A67) is unknown color: approx Port Gore. HEX triplet: 41, 4A and 67. RGB value is (65,74,103). Sum of RGB (Red+Green+Blue) = 65+74+103=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #414A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A67 is #BEB598. Grayscale: #4A4A4A. Windows color (decimal): -12498329 or 6769217. OLE color: 6769217.

HSL color Cylindrical-coordinate representation of color #414A67: hue angle of 225.79º 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 #414A67 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6574103-
CMYK0.370.2800.60
HSL225.79º22.62%32.94%-
HSV(B)225.79º36.89%40.39%-
XYZ7.08713.81-
YUV74.61144.02121.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=26.86%
G=30.58%
B=42.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65741030.370.2800.60225.7922.6232.94
Hex414A67251C03Ce21721
Octal10111214745340743422741
Binary1000001100101011001111001011110001111001110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A67; }

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

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

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

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

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

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

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

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