#0462AB

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

Shades of Denim #0462AB

Tints of Denim #0462AB

Color information

#0462AB (or 0x0462AB) is unknown color: approx Denim. HEX triplet: 04, 62 and AB. RGB value is (4,98,171). Sum of RGB (Red+Green+Blue) = 4+98+171=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #0462AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0462AB is #FB9D54. Grayscale: #4D4D4D. Windows color (decimal): -16489813 or 11231748. OLE color: 11231748.

HSL color Cylindrical-coordinate representation of color #0462AB: hue angle of 206.23º 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 #0462AB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB498171-
CMYK0.980.4300.33
HSL206.23º95.43%34.31%-
HSV(B)206.23º97.66%67.06%-
XYZ11.7711.740.17-
YUV78.22180.3675.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=1.47%
G=35.90%
B=62.64%

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
Decimal4981710.980.4300.33206.2395.4334.31
Hex462AB622B021ce5f22
Octal41422531425304131613742
Binary10011000101010101111000101010110100001110011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0462AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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