Html Css Color HEX #485B7D Chambray

📋 copy color: '#485B7D'

red 72 ◦ green 91 ◦ blue 125

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

Shades of Chambray #485B7D

Tints of Chambray #485B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 25%
G = 31.6%
B = 43.4%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#485B7D (or 0x485B7D) is known color: Chambray. HEX triplet: 48, 5B and 7D. RGB value is (72,91,125). Sum of RGB (Red+Green+Blue) = 72+91+125=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #485B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B7D is #B7A482. Grayscale: #595959. Windows color (decimal): -12035203 or 8215368. OLE color: 8215368.

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

Color convert

RGB 72 91 125 -
CMYK 0.42 0.27 0 0.51
HSL 218.49º 0.27% 0.39% -
HSV(B) 218.49º 0.42% 0.49% -
XYZ 10.12 10.34 20.86 -
YUV 89.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 72 91 125 0.42 0.27 0 0.51 218.49 0.27 0.39
Hex 48 5B 7D 2A 1B 0 33 DA 1B 27
Octal 110 133 175 52 33 0 63 332 33 47
Binary 1001000 1011011 1111101 101010 11011 0 110011 11011010 11011 100111

Color Harmonies of #485B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B7D

Black with #485B7D

Text Example


Text Example

White with #485B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485B7D; }

 p { color: rgb(72,91,125); }

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

background-color css

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

 a { background-color: rgb(72,91,125); }

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

border-color css

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

 span { border-color: rgb(72,91,125); }

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