Html Css Color HEX #414762 Port Gore

📋 copy color: '#414762'

red 65 ◦ green 71 ◦ blue 98

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

Shades of Port Gore #414762

Tints of Port Gore #414762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

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

R = 27.78%
G = 30.34%
B = 41.88%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414762 (or 0x414762) is known color: Port Gore. HEX triplet: 41, 47 and 62. RGB value is (65,71,98). Sum of RGB (Red+Green+Blue) = 65+71+98=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #414762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414762 is #BEB89D. Grayscale: #484848. Windows color (decimal): -12499102 or 6440769. OLE color: 6440769.

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

Color convert

RGB 65 71 98 -
CMYK 0.34 0.28 0 0.62
HSL 229.09º 0.2% 0.32% -
HSV(B) 229.09º 0.34% 0.38% -
XYZ 6.64 6.51 12.46 -
YUV 72.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 65 71 98 0.34 0.28 0 0.62 229.09 0.2 0.32
Hex 41 47 62 22 1C 0 3E E5 14 20
Octal 101 107 142 42 34 0 76 345 24 40
Binary 1000001 1000111 1100010 100010 11100 0 111110 11100101 10100 100000

Color Harmonies of #414762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414762

Black with #414762

Text Example


Text Example

White with #414762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414762; }

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

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

background-color css

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

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

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

border-color css

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

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

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