Html Css Color HEX #455D8A Chambray

📋 copy color: '#455D8A'

red 69 ◦ green 93 ◦ blue 138

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

Shades of Chambray #455D8A

Tints of Chambray #455D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 138 (54.3% from 255) = 46%

R = 23%
G = 31%
B = 46%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#455D8A (or 0x455D8A) is known color: Chambray. HEX triplet: 45, 5D and 8A. RGB value is (69,93,138). Sum of RGB (Red+Green+Blue) = 69+93+138=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #455D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D8A is #BAA275. Grayscale: #5A5A5A. Windows color (decimal): -12231286 or 9067845. OLE color: 9067845.

HSL color Cylindrical-coordinate representation of color #455D8A: hue angle of 219.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455D8A is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 93 138 -
CMYK 0.5 0.33 0 0.46
HSL 219.13º 0.33% 0.41% -
HSV(B) 219.13º 0.5% 0.54% -
XYZ 10.96 10.93 25.58 -
YUV 90.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 69 93 138 0.5 0.33 0 0.46 219.13 0.33 0.41
Hex 45 5D 8A 32 21 0 2E DB 21 29
Octal 105 135 212 62 41 0 56 333 41 51
Binary 1000101 1011101 10001010 110010 100001 0 101110 11011011 100001 101001

Color Harmonies of #455D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D8A

Black with #455D8A

Text Example


Text Example

White with #455D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,93,138); }

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

background-color css

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

 a { background-color: rgb(69,93,138); }

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

border-color css

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

 span { border-color: rgb(69,93,138); }

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