#414769

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

Shades of Port Gore #414769

Tints of Port Gore #414769

Color information

#414769 (or 0x414769) is unknown color: approx Port Gore. HEX triplet: 41, 47 and 69. RGB value is (65,71,105). Sum of RGB (Red+Green+Blue) = 65+71+105=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #414769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414769 is #BEB896. Grayscale: #484848. Windows color (decimal): -12499095 or 6899521. OLE color: 6899521.

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

Color convert

RGB6571105-
CMYK0.380.3200.59
HSL231º23.53%33.33%-
HSV(B)231º38.1%41.18%-
XYZ6.986.6514.28-
YUV73.08146.01122.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=26.97%
G=29.46%
B=43.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65711050.380.3200.5923123.5333.33
Hex414769262003Be71821
Octal10110715146400733473041
Binary10000011000111110100110011010000001110111110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414769; }

 p { color: rgb(65,71,105); }

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

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

 a { background-color: rgb(65,71,105); }

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

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

 span { border-color: rgb(65,71,105); }

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