Html Css Color HEX #455C7D Chambray

📋 copy color: '#455C7D'

red 69 ◦ green 92 ◦ blue 125

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

Shades of Chambray #455C7D

Tints of Chambray #455C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 24.13%
G = 32.17%
B = 43.71%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#455C7D (or 0x455C7D) is known color: Chambray. HEX triplet: 45, 5C and 7D. RGB value is (69,92,125). Sum of RGB (Red+Green+Blue) = 69+92+125=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #455C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C7D is #BAA382. Grayscale: #585858. Windows color (decimal): -12231555 or 8215621. OLE color: 8215621.

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

Color convert

RGB 69 92 125 -
CMYK 0.45 0.26 0 0.51
HSL 215.36º 0.29% 0.38% -
HSV(B) 215.36º 0.45% 0.49% -
XYZ 9.98 10.4 20.88 -
YUV 88.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 69 92 125 0.45 0.26 0 0.51 215.36 0.29 0.38
Hex 45 5C 7D 2D 1A 0 33 D7 1D 26
Octal 105 134 175 55 32 0 63 327 35 46
Binary 1000101 1011100 1111101 101101 11010 0 110011 11010111 11101 100110

Color Harmonies of #455C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C7D

Black with #455C7D

Text Example


Text Example

White with #455C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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