Html Css Color HEX #455E7D Chambray

📋 copy color: '#455E7D'

red 69 ◦ green 94 ◦ blue 125

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

Shades of Chambray #455E7D

Tints of Chambray #455E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 23.96%
G = 32.64%
B = 43.4%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#455E7D (or 0x455E7D) is known color: Chambray. HEX triplet: 45, 5E and 7D. RGB value is (69,94,125). Sum of RGB (Red+Green+Blue) = 69+94+125=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #455E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E7D is #BAA182. Grayscale: #595959. Windows color (decimal): -12231043 or 8216133. OLE color: 8216133.

HSL color Cylindrical-coordinate representation of color #455E7D: hue angle of 213.21º 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 #455E7D is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 94 125 -
CMYK 0.45 0.25 0 0.51
HSL 213.21º 0.29% 0.38% -
HSV(B) 213.21º 0.45% 0.49% -
XYZ 10.16 10.75 20.94 -
YUV 90.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 69 94 125 0.45 0.25 0 0.51 213.21 0.29 0.38
Hex 45 5E 7D 2D 19 0 33 D5 1D 26
Octal 105 136 175 55 31 0 63 325 35 46
Binary 1000101 1011110 1111101 101101 11001 0 110011 11010101 11101 100110

Color Harmonies of #455E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E7D

Black with #455E7D

Text Example


Text Example

White with #455E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,94,125); }

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

background-color css

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

 a { background-color: rgb(69,94,125); }

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

border-color css

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

 span { border-color: rgb(69,94,125); }

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