Html Css Color HEX #485583 Chambray

📋 copy color: '#485583'

red 72 ◦ green 85 ◦ blue 131

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

Shades of Chambray #485583

Tints of Chambray #485583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 25%
G = 29.51%
B = 45.49%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485583 (or 0x485583) is known color: Chambray. HEX triplet: 48, 55 and 83. RGB value is (72,85,131). Sum of RGB (Red+Green+Blue) = 72+85+131=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #485583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485583 is #B7AA7C. Grayscale: #565656. Windows color (decimal): -12036733 or 8607048. OLE color: 8607048.

HSL color Cylindrical-coordinate representation of color #485583: hue angle of 226.78º 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 #485583 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 85 131 -
CMYK 0.45 0.35 0 0.49
HSL 226.78º 0.29% 0.4% -
HSV(B) 226.78º 0.45% 0.51% -
XYZ 10.02 9.51 22.78 -
YUV 86.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 72 85 131 0.45 0.35 0 0.49 226.78 0.29 0.4
Hex 48 55 83 2D 23 0 31 E3 1D 28
Octal 110 125 203 55 43 0 61 343 35 50
Binary 1001000 1010101 10000011 101101 100011 0 110001 11100011 11101 101000

Color Harmonies of #485583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485583

Black with #485583

Text Example


Text Example

White with #485583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485583; }

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

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

background-color css

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

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

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

border-color css

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

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

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