Html Css Color HEX #41486C Port Gore

📋 copy color: '#41486C'

red 65 ◦ green 72 ◦ blue 108

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

Shades of Port Gore #41486C

Tints of Port Gore #41486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 26.53%
G = 29.39%
B = 44.08%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41486C (or 0x41486C) is known color: Port Gore. HEX triplet: 41, 48 and 6C. RGB value is (65,72,108). Sum of RGB (Red+Green+Blue) = 65+72+108=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #41486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41486C is #BEB793. Grayscale: #494949. Windows color (decimal): -12498836 or 7096385. OLE color: 7096385.

HSL color Cylindrical-coordinate representation of color #41486C: hue angle of 230.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41486C is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 72 108 -
CMYK 0.40 0.33 0 0.58
HSL 230.23º 0.25% 0.34% -
HSV(B) 230.23º 0.4% 0.42% -
XYZ 7.2 6.84 15.13 -
YUV 74.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 65 72 108 0.40 0.33 0 0.58 230.23 0.25 0.34
Hex 41 48 6C 28 21 0 3A E6 19 22
Octal 101 110 154 50 41 0 72 346 31 42
Binary 1000001 1001000 1101100 101000 100001 0 111010 11100110 11001 100010

Color Harmonies of #41486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41486C

Black with #41486C

Text Example


Text Example

White with #41486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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