Html Css Color HEX #48657B Bismark

📋 copy color: '#48657B'

red 72 ◦ green 101 ◦ blue 123

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

Shades of Bismark #48657B

Tints of Bismark #48657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 24.32%
G = 34.12%
B = 41.55%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48657B (or 0x48657B) is known color: Bismark. HEX triplet: 48, 65 and 7B. RGB value is (72,101,123). Sum of RGB (Red+Green+Blue) = 72+101+123=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #48657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48657B is #B79A84. Grayscale: #5E5E5E. Windows color (decimal): -12032645 or 8086856. OLE color: 8086856.

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

Color convert

RGB 72 101 123 -
CMYK 0.41 0.18 0 0.52
HSL 205.88º 0.26% 0.38% -
HSV(B) 205.88º 0.41% 0.48% -
XYZ 10.9 12.12 20.5 -
YUV 94.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 72 101 123 0.41 0.18 0 0.52 205.88 0.26 0.38
Hex 48 65 7B 29 12 0 34 CE 1A 26
Octal 110 145 173 51 22 0 64 316 32 46
Binary 1001000 1100101 1111011 101001 10010 0 110100 11001110 11010 100110

Color Harmonies of #48657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48657B

Black with #48657B

Text Example


Text Example

White with #48657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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