Html Css Color HEX #446080 Chambray

📋 copy color: '#446080'

red 68 ◦ green 96 ◦ blue 128

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

Shades of Chambray #446080

Tints of Chambray #446080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 23.29%
G = 32.88%
B = 43.84%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446080 (or 0x446080) is known color: Chambray. HEX triplet: 44, 60 and 80. RGB value is (68,96,128). Sum of RGB (Red+Green+Blue) = 68+96+128=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #446080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446080 is #BB9F7F. Grayscale: #5B5B5B. Windows color (decimal): -12296064 or 8413252. OLE color: 8413252.

HSL color Cylindrical-coordinate representation of color #446080: hue angle of 212º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446080 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 96 128 -
CMYK 0.47 0.25 0 0.50
HSL 212º 0.31% 0.38% -
HSV(B) 212º 0.47% 0.5% -
XYZ 10.46 11.15 22.02 -
YUV 91.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 68 96 128 0.47 0.25 0 0.50 212 0.31 0.38
Hex 44 60 80 2F 19 0 32 D4 1F 26
Octal 104 140 200 57 31 0 62 324 37 46
Binary 1000100 1100000 10000000 101111 11001 0 110010 11010100 11111 100110

Color Harmonies of #446080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446080

Black with #446080

Text Example


Text Example

White with #446080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446080; }

 p { color: rgb(68,96,128); }

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

background-color css

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

 a { background-color: rgb(68,96,128); }

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

border-color css

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

 span { border-color: rgb(68,96,128); }

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