Html Css Color HEX #445481 Chambray

📋 copy color: '#445481'

red 68 ◦ green 84 ◦ blue 129

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

Shades of Chambray #445481

Tints of Chambray #445481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 24.2%
G = 29.89%
B = 45.91%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445481 (or 0x445481) is known color: Chambray. HEX triplet: 44, 54 and 81. RGB value is (68,84,129). Sum of RGB (Red+Green+Blue) = 68+84+129=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #445481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445481 is #BBAB7E. Grayscale: #545454. Windows color (decimal): -12299135 or 8475716. OLE color: 8475716.

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

Color convert

RGB 68 84 129 -
CMYK 0.47 0.35 0 0.49
HSL 224.26º 0.31% 0.39% -
HSV(B) 224.26º 0.47% 0.51% -
XYZ 9.52 9.15 22.03 -
YUV 84.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 68 84 129 0.47 0.35 0 0.49 224.26 0.31 0.39
Hex 44 54 81 2F 23 0 31 E0 1F 27
Octal 104 124 201 57 43 0 61 340 37 47
Binary 1000100 1010100 10000001 101111 100011 0 110001 11100000 11111 100111

Color Harmonies of #445481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445481

Black with #445481

Text Example


Text Example

White with #445481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445481; }

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

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

background-color css

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

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

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

border-color css

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

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

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