Html Css Color HEX #486A7F Bismark

📋 copy color: '#486A7F'

red 72 ◦ green 106 ◦ blue 127

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

Shades of Bismark #486A7F

Tints of Bismark #486A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 23.61%
G = 34.75%
B = 41.64%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#486A7F (or 0x486A7F) is known color: Bismark. HEX triplet: 48, 6A and 7F. RGB value is (72,106,127). Sum of RGB (Red+Green+Blue) = 72+106+127=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #486A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A7F is #B79580. Grayscale: #626262. Windows color (decimal): -12031361 or 8350280. OLE color: 8350280.

HSL color Cylindrical-coordinate representation of color #486A7F: hue angle of 202.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #486A7F is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 106 127 -
CMYK 0.43 0.17 0 0.50
HSL 202.91º 0.28% 0.39% -
HSV(B) 202.91º 0.43% 0.5% -
XYZ 11.66 13.22 22.02 -
YUV 98.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 72 106 127 0.43 0.17 0 0.50 202.91 0.28 0.39
Hex 48 6A 7F 2B 11 0 32 CB 1C 27
Octal 110 152 177 53 21 0 62 313 34 47
Binary 1001000 1101010 1111111 101011 10001 0 110010 11001011 11100 100111

Color Harmonies of #486A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A7F

Black with #486A7F

Text Example


Text Example

White with #486A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,106,127); }

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

background-color css

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

 a { background-color: rgb(72,106,127); }

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

border-color css

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

 span { border-color: rgb(72,106,127); }

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