Html Css Color HEX #485883 Chambray

📋 copy color: '#485883'

red 72 ◦ green 88 ◦ blue 131

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

Shades of Chambray #485883

Tints of Chambray #485883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 24.74%
G = 30.24%
B = 45.02%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485883 (or 0x485883) is known color: Chambray. HEX triplet: 48, 58 and 83. RGB value is (72,88,131). Sum of RGB (Red+Green+Blue) = 72+88+131=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #485883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485883 is #B7A77C. Grayscale: #575757. Windows color (decimal): -12035965 or 8607816. OLE color: 8607816.

HSL color Cylindrical-coordinate representation of color #485883: hue angle of 223.73º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485883 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 88 131 -
CMYK 0.45 0.33 0 0.49
HSL 223.73º 0.29% 0.4% -
HSV(B) 223.73º 0.45% 0.51% -
XYZ 10.26 10 22.86 -
YUV 88.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 72 88 131 0.45 0.33 0 0.49 223.73 0.29 0.4
Hex 48 58 83 2D 21 0 31 E0 1D 28
Octal 110 130 203 55 41 0 61 340 35 50
Binary 1001000 1011000 10000011 101101 100001 0 110001 11100000 11101 101000

Color Harmonies of #485883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485883

Black with #485883

Text Example


Text Example

White with #485883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485883; }

 p { color: rgb(72,88,131); }

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

background-color css

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

 a { background-color: rgb(72,88,131); }

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

border-color css

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

 span { border-color: rgb(72,88,131); }

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