Html Css Color HEX #455A6E Chambray

📋 copy color: '#455A6E'

red 69 ◦ green 90 ◦ blue 110

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

Shades of Chambray #455A6E

Tints of Chambray #455A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 25.65%
G = 33.46%
B = 40.89%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#455A6E (or 0x455A6E) is known color: Chambray. HEX triplet: 45, 5A and 6E. RGB value is (69,90,110). Sum of RGB (Red+Green+Blue) = 69+90+110=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #455A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A6E is #BAA591. Grayscale: #555555. Windows color (decimal): -12232082 or 7232069. OLE color: 7232069.

HSL color Cylindrical-coordinate representation of color #455A6E: hue angle of 209.27º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #455A6E is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 90 110 -
CMYK 0.37 0.18 0 0.57
HSL 209.27º 0.23% 0.35% -
HSV(B) 209.27º 0.37% 0.43% -
XYZ 8.92 9.7 16.15 -
YUV 86 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 69 90 110 0.37 0.18 0 0.57 209.27 0.23 0.35
Hex 45 5A 6E 25 12 0 39 D1 17 23
Octal 105 132 156 45 22 0 71 321 27 43
Binary 1000101 1011010 1101110 100101 10010 0 111001 11010001 10111 100011

Color Harmonies of #455A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A6E

Black with #455A6E

Text Example


Text Example

White with #455A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455A6E; }

 p { color: rgb(69,90,110); }

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

background-color css

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

 a { background-color: rgb(69,90,110); }

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

border-color css

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

 span { border-color: rgb(69,90,110); }

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