Html Css Color HEX #455C83 Chambray

📋 copy color: '#455C83'

red 69 ◦ green 92 ◦ blue 131

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

Shades of Chambray #455C83

Tints of Chambray #455C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 23.63%
G = 31.51%
B = 44.86%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#455C83 (or 0x455C83) is known color: Chambray. HEX triplet: 45, 5C and 83. RGB value is (69,92,131). Sum of RGB (Red+Green+Blue) = 69+92+131=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #455C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C83 is #BAA37C. Grayscale: #595959. Windows color (decimal): -12231549 or 8608837. OLE color: 8608837.

HSL color Cylindrical-coordinate representation of color #455C83: hue angle of 217.74º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455C83 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 92 131 -
CMYK 0.47 0.30 0 0.49
HSL 217.74º 0.31% 0.39% -
HSV(B) 217.74º 0.47% 0.51% -
XYZ 10.38 10.56 22.96 -
YUV 89.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 69 92 131 0.47 0.30 0 0.49 217.74 0.31 0.39
Hex 45 5C 83 2F 1E 0 31 DA 1F 27
Octal 105 134 203 57 36 0 61 332 37 47
Binary 1000101 1011100 10000011 101111 11110 0 110001 11011010 11111 100111

Color Harmonies of #455C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C83

Black with #455C83

Text Example


Text Example

White with #455C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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