Html Css Color HEX #414861 Port Gore

📋 copy color: '#414861'

red 65 ◦ green 72 ◦ blue 97

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

Shades of Port Gore #414861

Tints of Port Gore #414861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 27.78%
G = 30.77%
B = 41.45%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414861 (or 0x414861) is known color: Port Gore. HEX triplet: 41, 48 and 61. RGB value is (65,72,97). Sum of RGB (Red+Green+Blue) = 65+72+97=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #414861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414861 is #BEB79E. Grayscale: #484848. Windows color (decimal): -12498847 or 6375489. OLE color: 6375489.

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

Color convert

RGB 65 72 97 -
CMYK 0.33 0.26 0 0.62
HSL 226.88º 0.2% 0.32% -
HSV(B) 226.88º 0.33% 0.38% -
XYZ 6.66 6.62 12.24 -
YUV 72.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 65 72 97 0.33 0.26 0 0.62 226.88 0.2 0.32
Hex 41 48 61 21 1A 0 3E E3 14 20
Octal 101 110 141 41 32 0 76 343 24 40
Binary 1000001 1001000 1100001 100001 11010 0 111110 11100011 10100 100000

Color Harmonies of #414861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414861

Black with #414861

Text Example


Text Example

White with #414861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414861; }

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

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

background-color css

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

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

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

border-color css

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

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

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