Html Css Color HEX #414863 Port Gore

📋 copy color: '#414863'

red 65 ◦ green 72 ◦ blue 99

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

Shades of Port Gore #414863

Tints of Port Gore #414863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 27.54%
G = 30.51%
B = 41.95%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414863 (or 0x414863) is known color: Port Gore. HEX triplet: 41, 48 and 63. RGB value is (65,72,99). Sum of RGB (Red+Green+Blue) = 65+72+99=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #414863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414863 is #BEB79C. Grayscale: #484848. Windows color (decimal): -12498845 or 6506561. OLE color: 6506561.

HSL color Cylindrical-coordinate representation of color #414863: hue angle of 227.65º 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 #414863 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 72 99 -
CMYK 0.34 0.27 0 0.61
HSL 227.65º 0.21% 0.32% -
HSV(B) 227.65º 0.34% 0.39% -
XYZ 6.75 6.66 12.73 -
YUV 72.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 65 72 99 0.34 0.27 0 0.61 227.65 0.21 0.32
Hex 41 48 63 22 1B 0 3D E4 15 20
Octal 101 110 143 42 33 0 75 344 25 40
Binary 1000001 1001000 1100011 100010 11011 0 111101 11100100 10101 100000

Color Harmonies of #414863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414863

Black with #414863

Text Example


Text Example

White with #414863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414863; }

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

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

background-color css

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

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

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

border-color css

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

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

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