#0461AB

Color #0461AB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0461AB

Tints of Denim #0461AB

Color information

#0461AB (or 0x0461AB) is unknown color: approx Denim. HEX triplet: 04, 61 and AB. RGB value is (4,97,171). Sum of RGB (Red+Green+Blue) = 4+97+171=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0461AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0461AB is #FB9E54. Grayscale: #4D4D4D. Windows color (decimal): -16490069 or 11231492. OLE color: 11231492.

HSL color Cylindrical-coordinate representation of color #0461AB: hue angle of 206.59º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461AB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB497171-
CMYK0.980.4300.33
HSL206.59º95.43%34.31%-
HSV(B)206.59º97.66%67.06%-
XYZ11.6811.5240.14-
YUV77.63180.6975.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 171 (67.19% from 255) = 62.87%
R=1.47%
G=35.66%
B=62.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4971710.980.4300.33206.5995.4334.31
Hex461AB622B021cf5f22
Octal41412531425304131713742
Binary10011000011010101111000101010110100001110011111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0461AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0461AB; }

 p { color: rgb(4,97,171); }

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

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

 a { background-color: rgb(4,97,171); }

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

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

 span { border-color: rgb(4,97,171); }

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