Html Css Color HEX #456080 Chambray

📋 copy color: '#456080'

red 69 ◦ green 96 ◦ blue 128

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

Shades of Chambray #456080

Tints of Chambray #456080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 23.55%
G = 32.76%
B = 43.69%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#456080 (or 0x456080) is known color: Chambray. HEX triplet: 45, 60 and 80. RGB value is (69,96,128). Sum of RGB (Red+Green+Blue) = 69+96+128=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #456080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456080 is #BA9F7F. Grayscale: #5B5B5B. Windows color (decimal): -12230528 or 8413253. OLE color: 8413253.

HSL color Cylindrical-coordinate representation of color #456080: hue angle of 212.54º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456080 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 96 128 -
CMYK 0.46 0.25 0 0.50
HSL 212.54º 0.3% 0.39% -
HSV(B) 212.54º 0.46% 0.5% -
XYZ 10.53 11.19 22.03 -
YUV 91.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 69 96 128 0.46 0.25 0 0.50 212.54 0.3 0.39
Hex 45 60 80 2E 19 0 32 D5 1E 27
Octal 105 140 200 56 31 0 62 325 36 47
Binary 1000101 1100000 10000000 101110 11001 0 110010 11010101 11110 100111

Color Harmonies of #456080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456080

Black with #456080

Text Example


Text Example

White with #456080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456080; }

 p { color: rgb(69,96,128); }

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

background-color css

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

 a { background-color: rgb(69,96,128); }

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

border-color css

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

 span { border-color: rgb(69,96,128); }

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