Html Css Color HEX #414862 Port Gore

📋 copy color: '#414862'

red 65 ◦ green 72 ◦ blue 98

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

Shades of Port Gore #414862

Tints of Port Gore #414862

RGB

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

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

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

R = 27.66%
G = 30.64%
B = 41.7%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414862 (or 0x414862) is known color: Port Gore. HEX triplet: 41, 48 and 62. RGB value is (65,72,98). Sum of RGB (Red+Green+Blue) = 65+72+98=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #414862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414862 is #BEB79D. Grayscale: #484848. Windows color (decimal): -12498846 or 6441025. OLE color: 6441025.

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

Color convert

RGB 65 72 98 -
CMYK 0.34 0.27 0 0.62
HSL 227.27º 0.2% 0.32% -
HSV(B) 227.27º 0.34% 0.38% -
XYZ 6.7 6.64 12.48 -
YUV 72.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 65 72 98 0.34 0.27 0 0.62 227.27 0.2 0.32
Hex 41 48 62 22 1B 0 3E E3 14 20
Octal 101 110 142 42 33 0 76 343 24 40
Binary 1000001 1001000 1100010 100010 11011 0 111110 11100011 10100 100000

Color Harmonies of #414862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414862

Black with #414862

Text Example


Text Example

White with #414862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414862; }

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

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

background-color css

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

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

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

border-color css

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

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

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