#0463AC

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

Shades of Denim #0463AC

Tints of Denim #0463AC

Color information

#0463AC (or 0x0463AC) is unknown color: approx Denim. HEX triplet: 04, 63 and AC. RGB value is (4,99,172). Sum of RGB (Red+Green+Blue) = 4+99+172=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0463AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0463AC is #FB9C53. Grayscale: #4E4E4E. Windows color (decimal): -16489556 or 11297540. OLE color: 11297540.

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

Color convert

RGB499172-
CMYK0.980.4200.33
HSL206.07º95.45%34.51%-
HSV(B)206.07º97.67%67.45%-
XYZ11.9611.9340.7-
YUV78.92180.5374.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=1.45%
G=36%
B=62.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4991720.980.4200.33206.0795.4534.51
Hex463AC622A021ce5f23
Octal41432541425204131613743
Binary10011000111010110011000101010100100001110011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0463AC; }

 p { color: rgb(4,99,172); }

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

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

 a { background-color: rgb(4,99,172); }

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

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

 span { border-color: rgb(4,99,172); }

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