Html Css Color HEX #41486B Port Gore

📋 copy color: '#41486B'

red 65 ◦ green 72 ◦ blue 107

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

Shades of Port Gore #41486B

Tints of Port Gore #41486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.51%

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

R = 26.64%
G = 29.51%
B = 43.85%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41486B (or 0x41486B) is known color: Port Gore. HEX triplet: 41, 48 and 6B. RGB value is (65,72,107). Sum of RGB (Red+Green+Blue) = 65+72+107=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #41486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41486B is #BEB794. Grayscale: #494949. Windows color (decimal): -12498837 or 7030849. OLE color: 7030849.

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

Color convert

RGB 65 72 107 -
CMYK 0.39 0.33 0 0.58
HSL 230º 0.24% 0.34% -
HSV(B) 230º 0.39% 0.42% -
XYZ 7.15 6.82 14.85 -
YUV 73.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 65 72 107 0.39 0.33 0 0.58 230 0.24 0.34
Hex 41 48 6B 27 21 0 3A E6 18 22
Octal 101 110 153 47 41 0 72 346 30 42
Binary 1000001 1001000 1101011 100111 100001 0 111010 11100110 11000 100010

Color Harmonies of #41486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41486B

Black with #41486B

Text Example


Text Example

White with #41486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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