Html Css Color HEX #414872 Port Gore

📋 copy color: '#414872'

red 65 ◦ green 72 ◦ blue 114

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

Shades of Port Gore #414872

Tints of Port Gore #414872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 25.9%
G = 28.69%
B = 45.42%

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

#414872 (or 0x414872) is known color: Port Gore. HEX triplet: 41, 48 and 72. RGB value is (65,72,114). Sum of RGB (Red+Green+Blue) = 65+72+114=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #414872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414872 is #BEB78D. Grayscale: #4A4A4A. Windows color (decimal): -12498830 or 7489601. OLE color: 7489601.

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

Color convert

RGB 65 72 114 -
CMYK 0.43 0.37 0 0.55
HSL 231.43º 0.27% 0.35% -
HSV(B) 231.43º 0.43% 0.45% -
XYZ 7.53 6.97 16.87 -
YUV 74.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 65 72 114 0.43 0.37 0 0.55 231.43 0.27 0.35
Hex 41 48 72 2B 25 0 37 E7 1B 23
Octal 101 110 162 53 45 0 67 347 33 43
Binary 1000001 1001000 1110010 101011 100101 0 110111 11100111 11011 100011

Color Harmonies of #414872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414872

Black with #414872

Text Example


Text Example

White with #414872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414872; }

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

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

background-color css

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

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

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

border-color css

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

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

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