#0464B3

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

Shades of Denim #0464B3

Tints of Denim #0464B3

Color information

#0464B3 (or 0x0464B3) is unknown color: approx Denim. HEX triplet: 04, 64 and B3. RGB value is (4,100,179). Sum of RGB (Red+Green+Blue) = 4+100+179=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #0464B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464B3 is #FB9B4C. Grayscale: #4F4F4F. Windows color (decimal): -16489293 or 11756548. OLE color: 11756548.

HSL color Cylindrical-coordinate representation of color #0464B3: hue angle of 207.09º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464B3 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4100179-
CMYK0.980.4400.30
HSL207.09º95.63%35.88%-
HSV(B)207.09º97.77%70.2%-
XYZ12.7412.3944.37-
YUV80.3183.773.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 179 (70.31% from 255) = 63.25%
R=1.41%
G=35.34%
B=63.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41001790.980.4400.30207.0995.6335.88
Hex464B3622C01Ecf6024
Octal41442631425403631714044
Binary1001100100101100111100010101100011110110011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0464B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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