Html Css Color HEX #414771 Port Gore

📋 copy color: '#414771'

red 65 ◦ green 71 ◦ blue 113

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

Shades of Port Gore #414771

Tints of Port Gore #414771

RGB

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

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

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

R = 26.1%
G = 28.51%
B = 45.38%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414771 (or 0x414771) is known color: Port Gore. HEX triplet: 41, 47 and 71. RGB value is (65,71,113). Sum of RGB (Red+Green+Blue) = 65+71+113=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #414771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414771 is #BEB88E. Grayscale: #494949. Windows color (decimal): -12499087 or 7423809. OLE color: 7423809.

HSL color Cylindrical-coordinate representation of color #414771: hue angle of 232.5º 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 #414771 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 71 113 -
CMYK 0.42 0.37 0 0.56
HSL 232.5º 0.27% 0.35% -
HSV(B) 232.5º 0.42% 0.44% -
XYZ 7.41 6.82 16.55 -
YUV 73.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 65 71 113 0.42 0.37 0 0.56 232.5 0.27 0.35
Hex 41 47 71 2A 25 0 38 E8 1B 23
Octal 101 107 161 52 45 0 70 350 33 43
Binary 1000001 1000111 1110001 101010 100101 0 111000 11101000 11011 100011

Color Harmonies of #414771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414771

Black with #414771

Text Example


Text Example

White with #414771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414771; }

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

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

background-color css

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

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

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

border-color css

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

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

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