Html Css Color HEX #414873 Port Gore

📋 copy color: '#414873'

red 65 ◦ green 72 ◦ blue 115

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

Shades of Port Gore #414873

Tints of Port Gore #414873

RGB

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

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

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

R = 25.79%
G = 28.57%
B = 45.63%

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

#414873 (or 0x414873) is known color: Port Gore. HEX triplet: 41, 48 and 73. RGB value is (65,72,115). Sum of RGB (Red+Green+Blue) = 65+72+115=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #414873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414873 is #BEB78C. Grayscale: #4A4A4A. Windows color (decimal): -12498829 or 7555137. OLE color: 7555137.

HSL color Cylindrical-coordinate representation of color #414873: hue angle of 231.6º 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 #414873 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 72 115 -
CMYK 0.43 0.37 0 0.55
HSL 231.6º 0.28% 0.35% -
HSV(B) 231.6º 0.43% 0.45% -
XYZ 7.59 7 17.17 -
YUV 74.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 65 72 115 0.43 0.37 0 0.55 231.6 0.28 0.35
Hex 41 48 73 2B 25 0 37 E8 1C 23
Octal 101 110 163 53 45 0 67 350 34 43
Binary 1000001 1001000 1110011 101011 100101 0 110111 11101000 11100 100011

Color Harmonies of #414873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414873

Black with #414873

Text Example


Text Example

White with #414873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414873; }

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

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

background-color css

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

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

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

border-color css

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

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

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