Html Css Color HEX #48607E Chambray

📋 copy color: '#48607E'

red 72 ◦ green 96 ◦ blue 126

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

Shades of Chambray #48607E

Tints of Chambray #48607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 24.49%
G = 32.65%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48607E (or 0x48607E) is known color: Chambray. HEX triplet: 48, 60 and 7E. RGB value is (72,96,126). Sum of RGB (Red+Green+Blue) = 72+96+126=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #48607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48607E is #B79F81. Grayscale: #5C5C5C. Windows color (decimal): -12033922 or 8282184. OLE color: 8282184.

HSL color Cylindrical-coordinate representation of color #48607E: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48607E is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 96 126 -
CMYK 0.43 0.24 0 0.51
HSL 213.33º 0.27% 0.39% -
HSV(B) 213.33º 0.43% 0.49% -
XYZ 10.62 11.25 21.35 -
YUV 92.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 72 96 126 0.43 0.24 0 0.51 213.33 0.27 0.39
Hex 48 60 7E 2B 18 0 33 D5 1B 27
Octal 110 140 176 53 30 0 63 325 33 47
Binary 1001000 1100000 1111110 101011 11000 0 110011 11010101 11011 100111

Color Harmonies of #48607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48607E

Black with #48607E

Text Example


Text Example

White with #48607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48607E; }

 p { color: rgb(72,96,126); }

 H1.HeaderClassName
 {
   color: #48607E;
 }
 .AnyTagClassName
 {
   color: #48607E;
 }
</style>

background-color css

<style>
 a { background-color: #48607E; }

 a { background-color: rgb(72,96,126); }

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

border-color css

<style>
 span { border-color: #48607E; }

 span { border-color: rgb(72,96,126); }

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