Html Css Color HEX #486C7E Bismark

📋 copy color: '#486C7E'

red 72 ◦ green 108 ◦ blue 126

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

Shades of Bismark #486C7E

Tints of Bismark #486C7E

RGB

 RED value IS 72 (28.52% from 255) = 23.53%

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 23.53%
G = 35.29%
B = 41.18%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#486C7E (or 0x486C7E) is known color: Bismark. HEX triplet: 48, 6C and 7E. RGB value is (72,108,126). Sum of RGB (Red+Green+Blue) = 72+108+126=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #486C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C7E is #B79381. Grayscale: #636363. Windows color (decimal): -12030850 or 8285256. OLE color: 8285256.

HSL color Cylindrical-coordinate representation of color #486C7E: hue angle of 200º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #486C7E is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 108 126 -
CMYK 0.43 0.14 0 0.51
HSL 200º 0.27% 0.39% -
HSV(B) 200º 0.43% 0.49% -
XYZ 11.8 13.61 21.74 -
YUV 99.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 72 108 126 0.43 0.14 0 0.51 200 0.27 0.39
Hex 48 6C 7E 2B E 0 33 C8 1B 27
Octal 110 154 176 53 16 0 63 310 33 47
Binary 1001000 1101100 1111110 101011 1110 0 110011 11001000 11011 100111

Color Harmonies of #486C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C7E

Black with #486C7E

Text Example


Text Example

White with #486C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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