Html Css Color HEX #414876 Port Gore

📋 copy color: '#414876'

red 65 ◦ green 72 ◦ blue 118

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

Shades of Port Gore #414876

Tints of Port Gore #414876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 25.49%
G = 28.24%
B = 46.27%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414876 (or 0x414876) is known color: Port Gore. HEX triplet: 41, 48 and 76. RGB value is (65,72,118). Sum of RGB (Red+Green+Blue) = 65+72+118=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #414876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414876 is #BEB789. Grayscale: #4A4A4A. Windows color (decimal): -12498826 or 7751745. OLE color: 7751745.

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

Color convert

RGB 65 72 118 -
CMYK 0.45 0.39 0 0.54
HSL 232.08º 0.29% 0.36% -
HSV(B) 232.08º 0.45% 0.46% -
XYZ 7.77 7.07 18.09 -
YUV 75.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 65 72 118 0.45 0.39 0 0.54 232.08 0.29 0.36
Hex 41 48 76 2D 27 0 36 E8 1D 24
Octal 101 110 166 55 47 0 66 350 35 44
Binary 1000001 1001000 1110110 101101 100111 0 110110 11101000 11101 100100

Color Harmonies of #414876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414876

Black with #414876

Text Example


Text Example

White with #414876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414876; }

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

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

background-color css

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

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

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

border-color css

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

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

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