Html Css Color HEX #414962 Port Gore

📋 copy color: '#414962'

red 65 ◦ green 73 ◦ blue 98

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

Shades of Port Gore #414962

Tints of Port Gore #414962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 27.54%
G = 30.93%
B = 41.53%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414962 (or 0x414962) is known color: Port Gore. HEX triplet: 41, 49 and 62. RGB value is (65,73,98). Sum of RGB (Red+Green+Blue) = 65+73+98=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #414962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414962 is #BEB69D. Grayscale: #494949. Windows color (decimal): -12498590 or 6441281. OLE color: 6441281.

HSL color Cylindrical-coordinate representation of color #414962: hue angle of 225.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414962 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 73 98 -
CMYK 0.34 0.26 0 0.62
HSL 225.45º 0.2% 0.32% -
HSV(B) 225.45º 0.34% 0.38% -
XYZ 6.77 6.77 12.51 -
YUV 73.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 65 73 98 0.34 0.26 0 0.62 225.45 0.2 0.32
Hex 41 49 62 22 1A 0 3E E1 14 20
Octal 101 111 142 42 32 0 76 341 24 40
Binary 1000001 1001001 1100010 100010 11010 0 111110 11100001 10100 100000

Color Harmonies of #414962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414962

Black with #414962

Text Example


Text Example

White with #414962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414962; }

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

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

background-color css

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

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

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

border-color css

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

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

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