Html Css Color HEX #41476B Port Gore

📋 copy color: '#41476B'

red 65 ◦ green 71 ◦ blue 107

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

Shades of Port Gore #41476B

Tints of Port Gore #41476B

RGB

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

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

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

R = 26.75%
G = 29.22%
B = 44.03%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41476B (or 0x41476B) is known color: Port Gore. HEX triplet: 41, 47 and 6B. RGB value is (65,71,107). Sum of RGB (Red+Green+Blue) = 65+71+107=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #41476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41476B is #BEB894. Grayscale: #494949. Windows color (decimal): -12499093 or 7030593. OLE color: 7030593.

HSL color Cylindrical-coordinate representation of color #41476B: hue angle of 231.43º 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 #41476B is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 71 107 -
CMYK 0.39 0.34 0 0.58
HSL 231.43º 0.24% 0.34% -
HSV(B) 231.43º 0.39% 0.42% -
XYZ 7.09 6.69 14.83 -
YUV 73.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 65 71 107 0.39 0.34 0 0.58 231.43 0.24 0.34
Hex 41 47 6B 27 22 0 3A E7 18 22
Octal 101 107 153 47 42 0 72 347 30 42
Binary 1000001 1000111 1101011 100111 100010 0 111010 11100111 11000 100010

Color Harmonies of #41476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41476B

Black with #41476B

Text Example


Text Example

White with #41476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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