Html Css Color HEX #445482 Chambray

📋 copy color: '#445482'

red 68 ◦ green 84 ◦ blue 130

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

Shades of Chambray #445482

Tints of Chambray #445482

RGB

 RED value IS 68 (26.95% from 255) = 24.11%

 GREEN value IS 84 (33.2% from 255) = 29.79%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 24.11%
G = 29.79%
B = 46.1%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445482 (or 0x445482) is known color: Chambray. HEX triplet: 44, 54 and 82. RGB value is (68,84,130). Sum of RGB (Red+Green+Blue) = 68+84+130=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #445482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445482 is #BBAB7D. Grayscale: #545454. Windows color (decimal): -12299134 or 8541252. OLE color: 8541252.

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

Color convert

RGB 68 84 130 -
CMYK 0.48 0.35 0 0.49
HSL 224.52º 0.31% 0.39% -
HSV(B) 224.52º 0.48% 0.51% -
XYZ 9.58 9.18 22.39 -
YUV 84.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 68 84 130 0.48 0.35 0 0.49 224.52 0.31 0.39
Hex 44 54 82 30 23 0 31 E1 1F 27
Octal 104 124 202 60 43 0 61 341 37 47
Binary 1000100 1010100 10000010 110000 100011 0 110001 11100001 11111 100111

Color Harmonies of #445482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445482

Black with #445482

Text Example


Text Example

White with #445482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445482; }

 p { color: rgb(68,84,130); }

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

background-color css

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

 a { background-color: rgb(68,84,130); }

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

border-color css

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

 span { border-color: rgb(68,84,130); }

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