Html Css Color HEX #48697C Bismark

📋 copy color: '#48697C'

red 72 ◦ green 105 ◦ blue 124

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

Shades of Bismark #48697C

Tints of Bismark #48697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 23.92%
G = 34.88%
B = 41.2%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48697C (or 0x48697C) is known color: Bismark. HEX triplet: 48, 69 and 7C. RGB value is (72,105,124). Sum of RGB (Red+Green+Blue) = 72+105+124=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #48697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48697C is #B79683. Grayscale: #616161. Windows color (decimal): -12031620 or 8153416. OLE color: 8153416.

HSL color Cylindrical-coordinate representation of color #48697C: hue angle of 201.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48697C is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 105 124 -
CMYK 0.42 0.15 0 0.51
HSL 201.92º 0.27% 0.38% -
HSV(B) 201.92º 0.42% 0.49% -
XYZ 11.36 12.94 20.97 -
YUV 97.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 72 105 124 0.42 0.15 0 0.51 201.92 0.27 0.38
Hex 48 69 7C 2A F 0 33 CA 1B 26
Octal 110 151 174 52 17 0 63 312 33 46
Binary 1001000 1101001 1111100 101010 1111 0 110011 11001010 11011 100110

Color Harmonies of #48697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48697C

Black with #48697C

Text Example


Text Example

White with #48697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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