Html Css Color HEX #414671 Port Gore

📋 copy color: '#414671'

red 65 ◦ green 70 ◦ blue 113

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

Shades of Port Gore #414671

Tints of Port Gore #414671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 26.21%
G = 28.23%
B = 45.56%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414671 (or 0x414671) is known color: Port Gore. HEX triplet: 41, 46 and 71. RGB value is (65,70,113). Sum of RGB (Red+Green+Blue) = 65+70+113=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #414671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414671 is #BEB98E. Grayscale: #494949. Windows color (decimal): -12499343 or 7423553. OLE color: 7423553.

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

Color convert

RGB 65 70 113 -
CMYK 0.42 0.38 0 0.56
HSL 233.75º 0.27% 0.35% -
HSV(B) 233.75º 0.42% 0.44% -
XYZ 7.35 6.7 16.53 -
YUV 73.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 65 70 113 0.42 0.38 0 0.56 233.75 0.27 0.35
Hex 41 46 71 2A 26 0 38 EA 1B 23
Octal 101 106 161 52 46 0 70 352 33 43
Binary 1000001 1000110 1110001 101010 100110 0 111000 11101010 11011 100011

Color Harmonies of #414671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414671

Black with #414671

Text Example


Text Example

White with #414671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414671; }

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

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

background-color css

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

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

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

border-color css

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

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

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