Html Css Color HEX #414874 Port Gore

📋 copy color: '#414874'

red 65 ◦ green 72 ◦ blue 116

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

Shades of Port Gore #414874

Tints of Port Gore #414874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 25.69%
G = 28.46%
B = 45.85%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414874 (or 0x414874) is known color: Port Gore. HEX triplet: 41, 48 and 74. RGB value is (65,72,116). Sum of RGB (Red+Green+Blue) = 65+72+116=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #414874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414874 is #BEB78B. Grayscale: #4A4A4A. Windows color (decimal): -12498828 or 7620673. OLE color: 7620673.

HSL color Cylindrical-coordinate representation of color #414874: hue angle of 231.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414874 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 72 116 -
CMYK 0.44 0.38 0 0.55
HSL 231.76º 0.28% 0.35% -
HSV(B) 231.76º 0.44% 0.45% -
XYZ 7.65 7.02 17.47 -
YUV 74.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 65 72 116 0.44 0.38 0 0.55 231.76 0.28 0.35
Hex 41 48 74 2C 26 0 37 E8 1C 23
Octal 101 110 164 54 46 0 67 350 34 43
Binary 1000001 1001000 1110100 101100 100110 0 110111 11101000 11100 100011

Color Harmonies of #414874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414874

Black with #414874

Text Example


Text Example

White with #414874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414874; }

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

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

background-color css

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

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

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

border-color css

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

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

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