Html Css Color HEX #414973 Port Gore

📋 copy color: '#414973'

red 65 ◦ green 73 ◦ blue 115

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

Shades of Port Gore #414973

Tints of Port Gore #414973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 25.69%
G = 28.85%
B = 45.45%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414973 (or 0x414973) is known color: Port Gore. HEX triplet: 41, 49 and 73. RGB value is (65,73,115). Sum of RGB (Red+Green+Blue) = 65+73+115=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #414973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414973 is #BEB68C. Grayscale: #4B4B4B. Windows color (decimal): -12498573 or 7555393. OLE color: 7555393.

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

Color convert

RGB 65 73 115 -
CMYK 0.43 0.37 0 0.55
HSL 230.4º 0.28% 0.35% -
HSV(B) 230.4º 0.43% 0.45% -
XYZ 7.66 7.13 17.19 -
YUV 75.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 65 73 115 0.43 0.37 0 0.55 230.4 0.28 0.35
Hex 41 49 73 2B 25 0 37 E6 1C 23
Octal 101 111 163 53 45 0 67 346 34 43
Binary 1000001 1001001 1110011 101011 100101 0 110111 11100110 11100 100011

Color Harmonies of #414973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414973

Black with #414973

Text Example


Text Example

White with #414973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414973; }

 p { color: rgb(65,73,115); }

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

background-color css

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

 a { background-color: rgb(65,73,115); }

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

border-color css

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

 span { border-color: rgb(65,73,115); }

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