Html Css Color HEX #48667C Bismark

📋 copy color: '#48667C'

red 72 ◦ green 102 ◦ blue 124

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

Shades of Bismark #48667C

Tints of Bismark #48667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

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

R = 24.16%
G = 34.23%
B = 41.61%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48667C (or 0x48667C) is known color: Bismark. HEX triplet: 48, 66 and 7C. RGB value is (72,102,124). Sum of RGB (Red+Green+Blue) = 72+102+124=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #48667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48667C is #B79983. Grayscale: #5F5F5F. Windows color (decimal): -12032388 or 8152648. OLE color: 8152648.

HSL color Cylindrical-coordinate representation of color #48667C: hue angle of 205.38º 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 #48667C is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 102 124 -
CMYK 0.42 0.18 0 0.51
HSL 205.38º 0.27% 0.38% -
HSV(B) 205.38º 0.42% 0.49% -
XYZ 11.06 12.34 20.87 -
YUV 95.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 72 102 124 0.42 0.18 0 0.51 205.38 0.27 0.38
Hex 48 66 7C 2A 12 0 33 CD 1B 26
Octal 110 146 174 52 22 0 63 315 33 46
Binary 1001000 1100110 1111100 101010 10010 0 110011 11001101 11011 100110

Color Harmonies of #48667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48667C

Black with #48667C

Text Example


Text Example

White with #48667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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