#414568

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

Shades of Port Gore #414568

Tints of Port Gore #414568

Color information

#414568 (or 0x414568) is unknown color: approx Port Gore. HEX triplet: 41, 45 and 68. RGB value is (65,69,104). Sum of RGB (Red+Green+Blue) = 65+69+104=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #414568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414568 is #BEBA97. Grayscale: #474747. Windows color (decimal): -12499608 or 6833473. OLE color: 6833473.

HSL color Cylindrical-coordinate representation of color #414568: hue angle of 233.85º degrees, saturation: 0.23, 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 #414568 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6569104-
CMYK0.380.3400.59
HSL233.85º23.08%33.14%-
HSV(B)233.85º37.5%40.78%-
XYZ6.816.3813.97-
YUV71.79146.17123.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=27.31%
G=28.99%
B=43.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65691040.380.3400.59233.8523.0833.14
Hex414568262203Bea1721
Octal10110515046420733522741
Binary10000011000101110100010011010001001110111110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414568; }

 p { color: rgb(65,69,104); }

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

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

 a { background-color: rgb(65,69,104); }

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

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

 span { border-color: rgb(65,69,104); }

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