Html Css Color HEX #414971 Port Gore

📋 copy color: '#414971'

red 65 ◦ green 73 ◦ blue 113

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

Shades of Port Gore #414971

Tints of Port Gore #414971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 25.9%
G = 29.08%
B = 45.02%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414971 (or 0x414971) is known color: Port Gore. HEX triplet: 41, 49 and 71. RGB value is (65,73,113). Sum of RGB (Red+Green+Blue) = 65+73+113=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #414971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414971 is #BEB68E. Grayscale: #4B4B4B. Windows color (decimal): -12498575 or 7424321. OLE color: 7424321.

HSL color Cylindrical-coordinate representation of color #414971: hue angle of 230º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414971 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 73 113 -
CMYK 0.42 0.35 0 0.56
HSL 230º 0.27% 0.35% -
HSV(B) 230º 0.42% 0.44% -
XYZ 7.54 7.08 16.59 -
YUV 75.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 65 73 113 0.42 0.35 0 0.56 230 0.27 0.35
Hex 41 49 71 2A 23 0 38 E6 1B 23
Octal 101 111 161 52 43 0 70 346 33 43
Binary 1000001 1001001 1110001 101010 100011 0 111000 11100110 11011 100011

Color Harmonies of #414971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414971

Black with #414971

Text Example


Text Example

White with #414971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414971; }

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

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

background-color css

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

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

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

border-color css

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

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

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