#546AB4

Color #546AB4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #546AB4

Tints of Chetwode Blue #546AB4

Color information

#546AB4 (or 0x546AB4) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6A and B4. RGB value is (84,106,180). Sum of RGB (Red+Green+Blue) = 84+106+180=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #546AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AB4 is #AB954B. Grayscale: #6B6B6B. Windows color (decimal): -11244876 or 11823700. OLE color: 11823700.

HSL color Cylindrical-coordinate representation of color #546AB4: hue angle of 226.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #546AB4 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84106180-
CMYK0.530.4100.29
HSL226.25º39.02%51.76%-
HSV(B)226.25º53.33%70.59%-
XYZ17.0515.4945.27-
YUV107.86168.71110.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=22.70%
G=28.65%
B=48.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841061800.530.4100.29226.2539.0251.76
Hex546AB4352901De22734
Octal12415226465510353424764
Binary101010011010101011010011010110100101110111100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546AB4; }

 p { color: rgb(84,106,180); }

 H1.HeaderClassName
 {
   color: #546AB4;
 }
 .AnyTagClassName
 {
   color: #546AB4;
 }
</style>
background-color css

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

 a { background-color: rgb(84,106,180); }

 div.DivClassName
 {
   background-color: #546AB4;
 }
 .BgClassName
 {
   background-color: #546AB4;
 }
</style>
border-color css

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

 span { border-color: rgb(84,106,180); }

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