Html Css Color HEX #41496B Port Gore

📋 copy color: '#41496B'

red 65 ◦ green 73 ◦ blue 107

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

Shades of Port Gore #41496B

Tints of Port Gore #41496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 26.53%
G = 29.8%
B = 43.67%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41496B (or 0x41496B) is known color: Port Gore. HEX triplet: 41, 49 and 6B. RGB value is (65,73,107). Sum of RGB (Red+Green+Blue) = 65+73+107=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #41496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41496B is #BEB694. Grayscale: #4A4A4A. Windows color (decimal): -12498581 or 7031105. OLE color: 7031105.

HSL color Cylindrical-coordinate representation of color #41496B: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41496B is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 73 107 -
CMYK 0.39 0.32 0 0.58
HSL 228.57º 0.24% 0.34% -
HSV(B) 228.57º 0.39% 0.42% -
XYZ 7.22 6.95 14.87 -
YUV 74.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 65 73 107 0.39 0.32 0 0.58 228.57 0.24 0.34
Hex 41 49 6B 27 20 0 3A E5 18 22
Octal 101 111 153 47 40 0 72 345 30 42
Binary 1000001 1001001 1101011 100111 100000 0 111010 11100101 11000 100010

Color Harmonies of #41496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41496B

Black with #41496B

Text Example


Text Example

White with #41496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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