Html Css Color HEX #414563 Port Gore

📋 copy color: '#414563'

red 65 ◦ green 69 ◦ blue 99

#414563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Port Gore #414563

Tints of Port Gore #414563

RGB

 RED value IS 65 (25.78% from 255) = 27.9%

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 27.9%
G = 29.61%
B = 42.49%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414563 (or 0x414563) is known color: Port Gore. HEX triplet: 41, 45 and 63. RGB value is (65,69,99). Sum of RGB (Red+Green+Blue) = 65+69+99=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #414563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414563 is #BEBA9C. Grayscale: #474747. Windows color (decimal): -12499613 or 6505793. OLE color: 6505793.

HSL color Cylindrical-coordinate representation of color #414563: hue angle of 232.94º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414563 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 69 99 -
CMYK 0.34 0.30 0 0.61
HSL 232.94º 0.21% 0.32% -
HSV(B) 232.94º 0.34% 0.39% -
XYZ 6.56 6.28 12.67 -
YUV 71.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 65 69 99 0.34 0.30 0 0.61 232.94 0.21 0.32
Hex 41 45 63 22 1E 0 3D E9 15 20
Octal 101 105 143 42 36 0 75 351 25 40
Binary 1000001 1000101 1100011 100010 11110 0 111101 11101001 10101 100000

Color Harmonies of #414563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414563

Black with #414563

Text Example


Text Example

White with #414563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414563; }

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

 H1.HeaderClassName
 {
   color: #414563;
 }
 .AnyTagClassName
 {
   color: #414563;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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