Html Css Color HEX #48697E Bismark

📋 copy color: '#48697E'

red 72 ◦ green 105 ◦ blue 126

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

Shades of Bismark #48697E

Tints of Bismark #48697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 23.76%
G = 34.65%
B = 41.58%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48697E (or 0x48697E) is known color: Bismark. HEX triplet: 48, 69 and 7E. RGB value is (72,105,126). Sum of RGB (Red+Green+Blue) = 72+105+126=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #48697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48697E is #B79681. Grayscale: #616161. Windows color (decimal): -12031618 or 8284488. OLE color: 8284488.

HSL color Cylindrical-coordinate representation of color #48697E: hue angle of 203.33º 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 #48697E is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 105 126 -
CMYK 0.43 0.17 0 0.51
HSL 203.33º 0.27% 0.39% -
HSV(B) 203.33º 0.43% 0.49% -
XYZ 11.49 12.99 21.64 -
YUV 97.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 72 105 126 0.43 0.17 0 0.51 203.33 0.27 0.39
Hex 48 69 7E 2B 11 0 33 CB 1B 27
Octal 110 151 176 53 21 0 63 313 33 47
Binary 1001000 1101001 1111110 101011 10001 0 110011 11001011 11011 100111

Color Harmonies of #48697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48697E

Black with #48697E

Text Example


Text Example

White with #48697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48697E; }

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

 H1.HeaderClassName
 {
   color: #48697E;
 }
 .AnyTagClassName
 {
   color: #48697E;
 }
</style>

background-color css

<style>
 a { background-color: #48697E; }

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

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

border-color css

<style>
 span { border-color: #48697E; }

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

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