Html Css Color HEX #48697A Bismark

📋 copy color: '#48697A'

red 72 ◦ green 105 ◦ blue 122

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

Shades of Bismark #48697A

Tints of Bismark #48697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 24.08%
G = 35.12%
B = 40.8%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48697A (or 0x48697A) is known color: Bismark. HEX triplet: 48, 69 and 7A. RGB value is (72,105,122). Sum of RGB (Red+Green+Blue) = 72+105+122=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #48697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48697A is #B79685. Grayscale: #606060. Windows color (decimal): -12031622 or 8022344. OLE color: 8022344.

HSL color Cylindrical-coordinate representation of color #48697A: hue angle of 200.4º 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 #48697A is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 105 122 -
CMYK 0.41 0.14 0 0.52
HSL 200.4º 0.26% 0.38% -
HSV(B) 200.4º 0.41% 0.48% -
XYZ 11.24 12.89 20.31 -
YUV 97.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 72 105 122 0.41 0.14 0 0.52 200.4 0.26 0.38
Hex 48 69 7A 29 E 0 34 C8 1A 26
Octal 110 151 172 51 16 0 64 310 32 46
Binary 1001000 1101001 1111010 101001 1110 0 110100 11001000 11010 100110

Color Harmonies of #48697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48697A

Black with #48697A

Text Example


Text Example

White with #48697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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