Html Css Color HEX #414772 Port Gore

📋 copy color: '#414772'

red 65 ◦ green 71 ◦ blue 114

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

Shades of Port Gore #414772

Tints of Port Gore #414772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 26%
G = 28.4%
B = 45.6%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414772 (or 0x414772) is known color: Port Gore. HEX triplet: 41, 47 and 72. RGB value is (65,71,114). Sum of RGB (Red+Green+Blue) = 65+71+114=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #414772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414772 is #BEB88D. Grayscale: #494949. Windows color (decimal): -12499086 or 7489345. OLE color: 7489345.

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

Color convert

RGB 65 71 114 -
CMYK 0.43 0.38 0 0.55
HSL 232.65º 0.27% 0.35% -
HSV(B) 232.65º 0.43% 0.45% -
XYZ 7.47 6.85 16.85 -
YUV 74.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 65 71 114 0.43 0.38 0 0.55 232.65 0.27 0.35
Hex 41 47 72 2B 26 0 37 E9 1B 23
Octal 101 107 162 53 46 0 67 351 33 43
Binary 1000001 1000111 1110010 101011 100110 0 110111 11101001 11011 100011

Color Harmonies of #414772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414772

Black with #414772

Text Example


Text Example

White with #414772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414772; }

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

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

background-color css

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

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

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

border-color css

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

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

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