Html Css Color HEX #485A6E Chambray

📋 copy color: '#485A6E'

red 72 ◦ green 90 ◦ blue 110

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

Shades of Chambray #485A6E

Tints of Chambray #485A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 26.47%
G = 33.09%
B = 40.44%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#485A6E (or 0x485A6E) is known color: Chambray. HEX triplet: 48, 5A and 6E. RGB value is (72,90,110). Sum of RGB (Red+Green+Blue) = 72+90+110=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #485A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6E is #B7A591. Grayscale: #565656. Windows color (decimal): -12035474 or 7232072. OLE color: 7232072.

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

Color convert

RGB 72 90 110 -
CMYK 0.35 0.18 0 0.57
HSL 211.58º 0.21% 0.36% -
HSV(B) 211.58º 0.35% 0.43% -
XYZ 9.14 9.82 16.16 -
YUV 86.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 72 90 110 0.35 0.18 0 0.57 211.58 0.21 0.36
Hex 48 5A 6E 23 12 0 39 D4 15 24
Octal 110 132 156 43 22 0 71 324 25 44
Binary 1001000 1011010 1101110 100011 10010 0 111001 11010100 10101 100100

Color Harmonies of #485A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A6E

Black with #485A6E

Text Example


Text Example

White with #485A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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