Html Css Color HEX #48667B Bismark

📋 copy color: '#48667B'

red 72 ◦ green 102 ◦ blue 123

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

Shades of Bismark #48667B

Tints of Bismark #48667B

RGB

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

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

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

R = 24.24%
G = 34.34%
B = 41.41%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48667B (or 0x48667B) is known color: Bismark. HEX triplet: 48, 66 and 7B. RGB value is (72,102,123). Sum of RGB (Red+Green+Blue) = 72+102+123=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #48667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48667B is #B79984. Grayscale: #5F5F5F. Windows color (decimal): -12032389 or 8087112. OLE color: 8087112.

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

Color convert

RGB 72 102 123 -
CMYK 0.41 0.17 0 0.52
HSL 204.71º 0.26% 0.38% -
HSV(B) 204.71º 0.41% 0.48% -
XYZ 11 12.31 20.54 -
YUV 95.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 72 102 123 0.41 0.17 0 0.52 204.71 0.26 0.38
Hex 48 66 7B 29 11 0 34 CD 1A 26
Octal 110 146 173 51 21 0 64 315 32 46
Binary 1001000 1100110 1111011 101001 10001 0 110100 11001101 11010 100110

Color Harmonies of #48667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48667B

Black with #48667B

Text Example


Text Example

White with #48667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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