Html Css Color HEX #414965 Port Gore

📋 copy color: '#414965'

red 65 ◦ green 73 ◦ blue 101

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

Shades of Port Gore #414965

Tints of Port Gore #414965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 27.2%
G = 30.54%
B = 42.26%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#414965 (or 0x414965) is known color: Port Gore. HEX triplet: 41, 49 and 65. RGB value is (65,73,101). Sum of RGB (Red+Green+Blue) = 65+73+101=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #414965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414965 is #BEB69A. Grayscale: #494949. Windows color (decimal): -12498587 or 6637889. OLE color: 6637889.

HSL color Cylindrical-coordinate representation of color #414965: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414965 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 73 101 -
CMYK 0.36 0.28 0 0.60
HSL 226.67º 0.22% 0.33% -
HSV(B) 226.67º 0.36% 0.4% -
XYZ 6.91 6.83 13.27 -
YUV 73.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 65 73 101 0.36 0.28 0 0.60 226.67 0.22 0.33
Hex 41 49 65 24 1C 0 3C E3 16 21
Octal 101 111 145 44 34 0 74 343 26 41
Binary 1000001 1001001 1100101 100100 11100 0 111100 11100011 10110 100001

Color Harmonies of #414965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414965

Black with #414965

Text Example


Text Example

White with #414965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414965; }

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

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

background-color css

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

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

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

border-color css

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

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

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