Html Css Color HEX #445883 Chambray

📋 copy color: '#445883'

red 68 ◦ green 88 ◦ blue 131

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

Shades of Chambray #445883

Tints of Chambray #445883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 23.69%
G = 30.66%
B = 45.64%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445883 (or 0x445883) is known color: Chambray. HEX triplet: 44, 58 and 83. RGB value is (68,88,131). Sum of RGB (Red+Green+Blue) = 68+88+131=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #445883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445883 is #BBA77C. Grayscale: #565656. Windows color (decimal): -12298109 or 8607812. OLE color: 8607812.

HSL color Cylindrical-coordinate representation of color #445883: hue angle of 220.95º degrees, saturation: 0.32, 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 #445883 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 88 131 -
CMYK 0.48 0.33 0 0.49
HSL 220.95º 0.32% 0.39% -
HSV(B) 220.95º 0.48% 0.51% -
XYZ 9.97 9.85 22.85 -
YUV 86.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 68 88 131 0.48 0.33 0 0.49 220.95 0.32 0.39
Hex 44 58 83 30 21 0 31 DD 20 27
Octal 104 130 203 60 41 0 61 335 40 47
Binary 1000100 1011000 10000011 110000 100001 0 110001 11011101 100000 100111

Color Harmonies of #445883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445883

Black with #445883

Text Example


Text Example

White with #445883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445883; }

 p { color: rgb(68,88,131); }

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

background-color css

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

 a { background-color: rgb(68,88,131); }

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

border-color css

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

 span { border-color: rgb(68,88,131); }

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