Html Css Color HEX #414877 Port Gore

📋 copy color: '#414877'

red 65 ◦ green 72 ◦ blue 119

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

Shades of Port Gore #414877

Tints of Port Gore #414877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 25.39%
G = 28.13%
B = 46.48%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414877 (or 0x414877) is known color: Port Gore. HEX triplet: 41, 48 and 77. RGB value is (65,72,119). Sum of RGB (Red+Green+Blue) = 65+72+119=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #414877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414877 is #BEB788. Grayscale: #4B4B4B. Windows color (decimal): -12498825 or 7817281. OLE color: 7817281.

HSL color Cylindrical-coordinate representation of color #414877: hue angle of 232.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414877 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 72 119 -
CMYK 0.45 0.39 0 0.53
HSL 232.22º 0.29% 0.36% -
HSV(B) 232.22º 0.45% 0.47% -
XYZ 7.83 7.09 18.41 -
YUV 75.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 65 72 119 0.45 0.39 0 0.53 232.22 0.29 0.36
Hex 41 48 77 2D 27 0 35 E8 1D 24
Octal 101 110 167 55 47 0 65 350 35 44
Binary 1000001 1001000 1110111 101101 100111 0 110101 11101000 11101 100100

Color Harmonies of #414877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414877

Black with #414877

Text Example


Text Example

White with #414877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414877; }

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

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

background-color css

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

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

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

border-color css

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

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

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