Html Css Color HEX #414963 Port Gore

📋 copy color: '#414963'

red 65 ◦ green 73 ◦ blue 99

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

Shades of Port Gore #414963

Tints of Port Gore #414963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

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

R = 27.43%
G = 30.8%
B = 41.77%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414963 (or 0x414963) is known color: Port Gore. HEX triplet: 41, 49 and 63. RGB value is (65,73,99). Sum of RGB (Red+Green+Blue) = 65+73+99=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #414963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414963 is #BEB69C. Grayscale: #494949. Windows color (decimal): -12498589 or 6506817. OLE color: 6506817.

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

Color convert

RGB 65 73 99 -
CMYK 0.34 0.26 0 0.61
HSL 225.88º 0.21% 0.32% -
HSV(B) 225.88º 0.34% 0.39% -
XYZ 6.81 6.79 12.76 -
YUV 73.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 65 73 99 0.34 0.26 0 0.61 225.88 0.21 0.32
Hex 41 49 63 22 1A 0 3D E2 15 20
Octal 101 111 143 42 32 0 75 342 25 40
Binary 1000001 1001001 1100011 100010 11010 0 111101 11100010 10101 100000

Color Harmonies of #414963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414963

Black with #414963

Text Example


Text Example

White with #414963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414963; }

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

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

background-color css

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

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

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

border-color css

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

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

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