Html Css Color HEX #455C74 Chambray

📋 copy color: '#455C74'

red 69 ◦ green 92 ◦ blue 116

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

Shades of Chambray #455C74

Tints of Chambray #455C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 24.91%
G = 33.21%
B = 41.88%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#455C74 (or 0x455C74) is known color: Chambray. HEX triplet: 45, 5C and 74. RGB value is (69,92,116). Sum of RGB (Red+Green+Blue) = 69+92+116=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #455C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C74 is #BAA38B. Grayscale: #575757. Windows color (decimal): -12231564 or 7625797. OLE color: 7625797.

HSL color Cylindrical-coordinate representation of color #455C74: hue angle of 210.64º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455C74 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 92 116 -
CMYK 0.41 0.21 0 0.55
HSL 210.64º 0.25% 0.36% -
HSV(B) 210.64º 0.41% 0.45% -
XYZ 9.43 10.18 17.99 -
YUV 87.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 69 92 116 0.41 0.21 0 0.55 210.64 0.25 0.36
Hex 45 5C 74 29 15 0 37 D3 19 24
Octal 105 134 164 51 25 0 67 323 31 44
Binary 1000101 1011100 1110100 101001 10101 0 110111 11010011 11001 100100

Color Harmonies of #455C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C74

Black with #455C74

Text Example


Text Example

White with #455C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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