Html Css Color HEX #445A7C Chambray

📋 copy color: '#445A7C'

red 68 ◦ green 90 ◦ blue 124

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

Shades of Chambray #445A7C

Tints of Chambray #445A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 24.11%
G = 31.91%
B = 43.97%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#445A7C (or 0x445A7C) is known color: Chambray. HEX triplet: 44, 5A and 7C. RGB value is (68,90,124). Sum of RGB (Red+Green+Blue) = 68+90+124=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #445A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A7C is #BBA583. Grayscale: #575757. Windows color (decimal): -12297604 or 8149572. OLE color: 8149572.

HSL color Cylindrical-coordinate representation of color #445A7C: hue angle of 216.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #445A7C is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 90 124 -
CMYK 0.45 0.27 0 0.51
HSL 216.43º 0.29% 0.38% -
HSV(B) 216.43º 0.45% 0.49% -
XYZ 9.68 10 20.49 -
YUV 87.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 68 90 124 0.45 0.27 0 0.51 216.43 0.29 0.38
Hex 44 5A 7C 2D 1B 0 33 D8 1D 26
Octal 104 132 174 55 33 0 63 330 35 46
Binary 1000100 1011010 1111100 101101 11011 0 110011 11011000 11101 100110

Color Harmonies of #445A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A7C

Black with #445A7C

Text Example


Text Example

White with #445A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445A7C; }

 p { color: rgb(68,90,124); }

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

background-color css

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

 a { background-color: rgb(68,90,124); }

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

border-color css

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

 span { border-color: rgb(68,90,124); }

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