Html Css Color HEX #455681 Chambray

📋 copy color: '#455681'

red 69 ◦ green 86 ◦ blue 129

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

Shades of Chambray #455681

Tints of Chambray #455681

RGB

 RED value IS 69 (27.34% from 255) = 24.3%

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 24.3%
G = 30.28%
B = 45.42%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#455681 (or 0x455681) is known color: Chambray. HEX triplet: 45, 56 and 81. RGB value is (69,86,129). Sum of RGB (Red+Green+Blue) = 69+86+129=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #455681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455681 is #BAA97E. Grayscale: #555555. Windows color (decimal): -12233087 or 8476229. OLE color: 8476229.

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

Color convert

RGB 69 86 129 -
CMYK 0.47 0.33 0 0.49
HSL 223º 0.3% 0.39% -
HSV(B) 223º 0.47% 0.51% -
XYZ 9.74 9.51 22.09 -
YUV 85.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 69 86 129 0.47 0.33 0 0.49 223 0.3 0.39
Hex 45 56 81 2F 21 0 31 DF 1E 27
Octal 105 126 201 57 41 0 61 337 36 47
Binary 1000101 1010110 10000001 101111 100001 0 110001 11011111 11110 100111

Color Harmonies of #455681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455681

Black with #455681

Text Example


Text Example

White with #455681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455681; }

 p { color: rgb(69,86,129); }

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

background-color css

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

 a { background-color: rgb(69,86,129); }

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

border-color css

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

 span { border-color: rgb(69,86,129); }

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