Html Css Color HEX #414974 Port Gore

📋 copy color: '#414974'

red 65 ◦ green 73 ◦ blue 116

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

Shades of Port Gore #414974

Tints of Port Gore #414974

RGB

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

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

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

R = 25.59%
G = 28.74%
B = 45.67%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414974 (or 0x414974) is known color: Port Gore. HEX triplet: 41, 49 and 74. RGB value is (65,73,116). Sum of RGB (Red+Green+Blue) = 65+73+116=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #414974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414974 is #BEB68B. Grayscale: #4B4B4B. Windows color (decimal): -12498572 or 7620929. OLE color: 7620929.

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

Color convert

RGB 65 73 116 -
CMYK 0.44 0.37 0 0.55
HSL 230.59º 0.28% 0.35% -
HSV(B) 230.59º 0.44% 0.45% -
XYZ 7.71 7.15 17.5 -
YUV 75.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 65 73 116 0.44 0.37 0 0.55 230.59 0.28 0.35
Hex 41 49 74 2C 25 0 37 E7 1C 23
Octal 101 111 164 54 45 0 67 347 34 43
Binary 1000001 1001001 1110100 101100 100101 0 110111 11100111 11100 100011

Color Harmonies of #414974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414974

Black with #414974

Text Example


Text Example

White with #414974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414974; }

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

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

background-color css

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

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

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

border-color css

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

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

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