Html Css Color HEX #414661 Port Gore

📋 copy color: '#414661'

red 65 ◦ green 70 ◦ blue 97

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

Shades of Port Gore #414661

Tints of Port Gore #414661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 28.02%
G = 30.17%
B = 41.81%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414661 (or 0x414661) is known color: Port Gore. HEX triplet: 41, 46 and 61. RGB value is (65,70,97). Sum of RGB (Red+Green+Blue) = 65+70+97=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #414661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414661 is #BEB99E. Grayscale: #474747. Windows color (decimal): -12499359 or 6374977. OLE color: 6374977.

HSL color Cylindrical-coordinate representation of color #414661: hue angle of 230.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414661 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 70 97 -
CMYK 0.33 0.28 0 0.62
HSL 230.63º 0.2% 0.32% -
HSV(B) 230.63º 0.33% 0.38% -
XYZ 6.53 6.37 12.19 -
YUV 71.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 65 70 97 0.33 0.28 0 0.62 230.63 0.2 0.32
Hex 41 46 61 21 1C 0 3E E7 14 20
Octal 101 106 141 41 34 0 76 347 24 40
Binary 1000001 1000110 1100001 100001 11100 0 111110 11100111 10100 100000

Color Harmonies of #414661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414661

Black with #414661

Text Example


Text Example

White with #414661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414661; }

 p { color: rgb(65,70,97); }

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

background-color css

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

 a { background-color: rgb(65,70,97); }

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

border-color css

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

 span { border-color: rgb(65,70,97); }

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