#0464AB

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

Shades of Denim #0464AB

Tints of Denim #0464AB

Color information

#0464AB (or 0x0464AB) is unknown color: approx Denim. HEX triplet: 04, 64 and AB. RGB value is (4,100,171). Sum of RGB (Red+Green+Blue) = 4+100+171=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #0464AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0464AB is #FB9B54. Grayscale: #4F4F4F. Windows color (decimal): -16489301 or 11232260. OLE color: 11232260.

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

Color convert

RGB4100171-
CMYK0.980.4200.33
HSL205.51º95.43%34.31%-
HSV(B)205.51º97.66%67.06%-
XYZ11.9612.0840.23-
YUV79.39179.774.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=1.45%
G=36.36%
B=62.18%

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
Decimal41001710.980.4200.33205.5195.4334.31
Hex464AB622A021ce5f22
Octal41442531425204131613742
Binary10011001001010101111000101010100100001110011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0464AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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