Html Css Color HEX #48567F Chambray

📋 copy color: '#48567F'

red 72 ◦ green 86 ◦ blue 127

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

Shades of Chambray #48567F

Tints of Chambray #48567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 127 (50% from 255) = 44.56%

R = 25.26%
G = 30.18%
B = 44.56%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48567F (or 0x48567F) is known color: Chambray. HEX triplet: 48, 56 and 7F. RGB value is (72,86,127). Sum of RGB (Red+Green+Blue) = 72+86+127=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #48567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48567F is #B7A980. Grayscale: #565656. Windows color (decimal): -12036481 or 8345160. OLE color: 8345160.

HSL color Cylindrical-coordinate representation of color #48567F: hue angle of 224.73º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48567F is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 86 127 -
CMYK 0.43 0.32 0 0.50
HSL 224.73º 0.28% 0.39% -
HSV(B) 224.73º 0.43% 0.5% -
XYZ 9.83 9.57 21.41 -
YUV 86.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 72 86 127 0.43 0.32 0 0.50 224.73 0.28 0.39
Hex 48 56 7F 2B 20 0 32 E1 1C 27
Octal 110 126 177 53 40 0 62 341 34 47
Binary 1001000 1010110 1111111 101011 100000 0 110010 11100001 11100 100111

Color Harmonies of #48567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48567F

Black with #48567F

Text Example


Text Example

White with #48567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48567F; }

 p { color: rgb(72,86,127); }

 H1.HeaderClassName
 {
   color: #48567F;
 }
 .AnyTagClassName
 {
   color: #48567F;
 }
</style>

background-color css

<style>
 a { background-color: #48567F; }

 a { background-color: rgb(72,86,127); }

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

border-color css

<style>
 span { border-color: #48567F; }

 span { border-color: rgb(72,86,127); }

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