Html Css Color HEX #485A6D Chambray

📋 copy color: '#485A6D'

red 72 ◦ green 90 ◦ blue 109

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

Shades of Chambray #485A6D

Tints of Chambray #485A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 26.57%
G = 33.21%
B = 40.22%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#485A6D (or 0x485A6D) is known color: Chambray. HEX triplet: 48, 5A and 6D. RGB value is (72,90,109). Sum of RGB (Red+Green+Blue) = 72+90+109=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #485A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6D is #B7A592. Grayscale: #565656. Windows color (decimal): -12035475 or 7166536. OLE color: 7166536.

HSL color Cylindrical-coordinate representation of color #485A6D: hue angle of 210.81º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485A6D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 90 109 -
CMYK 0.34 0.17 0 0.57
HSL 210.81º 0.2% 0.35% -
HSV(B) 210.81º 0.34% 0.43% -
XYZ 9.09 9.79 15.88 -
YUV 86.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 72 90 109 0.34 0.17 0 0.57 210.81 0.2 0.35
Hex 48 5A 6D 22 11 0 39 D3 14 23
Octal 110 132 155 42 21 0 71 323 24 43
Binary 1001000 1011010 1101101 100010 10001 0 111001 11010011 10100 100011

Color Harmonies of #485A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A6D

Black with #485A6D

Text Example


Text Example

White with #485A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,90,109); }

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

background-color css

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

 a { background-color: rgb(72,90,109); }

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

border-color css

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

 span { border-color: rgb(72,90,109); }

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