Html Css Color HEX #414875 Port Gore

📋 copy color: '#414875'

red 65 ◦ green 72 ◦ blue 117

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

Shades of Port Gore #414875

Tints of Port Gore #414875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 25.59%
G = 28.35%
B = 46.06%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414875 (or 0x414875) is known color: Port Gore. HEX triplet: 41, 48 and 75. RGB value is (65,72,117). Sum of RGB (Red+Green+Blue) = 65+72+117=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #414875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414875 is #BEB78A. Grayscale: #4A4A4A. Windows color (decimal): -12498827 or 7686209. OLE color: 7686209.

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

Color convert

RGB 65 72 117 -
CMYK 0.44 0.38 0 0.54
HSL 231.92º 0.29% 0.36% -
HSV(B) 231.92º 0.44% 0.46% -
XYZ 7.71 7.04 17.78 -
YUV 75.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 65 72 117 0.44 0.38 0 0.54 231.92 0.29 0.36
Hex 41 48 75 2C 26 0 36 E8 1D 24
Octal 101 110 165 54 46 0 66 350 35 44
Binary 1000001 1001000 1110101 101100 100110 0 110110 11101000 11101 100100

Color Harmonies of #414875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414875

Black with #414875

Text Example


Text Example

White with #414875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414875; }

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

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

background-color css

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

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

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

border-color css

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

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

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