Html Css Color HEX #486B7B Bismark

📋 copy color: '#486B7B'

red 72 ◦ green 107 ◦ blue 123

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

Shades of Bismark #486B7B

Tints of Bismark #486B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 23.84%
G = 35.43%
B = 40.73%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#486B7B (or 0x486B7B) is known color: Bismark. HEX triplet: 48, 6B and 7B. RGB value is (72,107,123). Sum of RGB (Red+Green+Blue) = 72+107+123=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #486B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B7B is #B79484. Grayscale: #626262. Windows color (decimal): -12031109 or 8088392. OLE color: 8088392.

HSL color Cylindrical-coordinate representation of color #486B7B: hue angle of 198.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #486B7B is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 107 123 -
CMYK 0.41 0.13 0 0.52
HSL 198.82º 0.26% 0.38% -
HSV(B) 198.82º 0.41% 0.48% -
XYZ 11.51 13.32 20.7 -
YUV 98.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 72 107 123 0.41 0.13 0 0.52 198.82 0.26 0.38
Hex 48 6B 7B 29 D 0 34 C7 1A 26
Octal 110 153 173 51 15 0 64 307 32 46
Binary 1001000 1101011 1111011 101001 1101 0 110100 11000111 11010 100110

Color Harmonies of #486B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B7B

Black with #486B7B

Text Example


Text Example

White with #486B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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