#0466B3

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

Shades of Denim #0466B3

Tints of Denim #0466B3

Color information

#0466B3 (or 0x0466B3) is unknown color: approx Denim. HEX triplet: 04, 66 and B3. RGB value is (4,102,179). Sum of RGB (Red+Green+Blue) = 4+102+179=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 179 (70.31% from 255 or 62.81% from 285); Max value from RGB is 179 - color contains mainly: blue. Hex color #0466B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466B3 is #FB994C. Grayscale: #515151. Windows color (decimal): -16488781 or 11757060. OLE color: 11757060.

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

Color convert

RGB4102179-
CMYK0.980.4300.30
HSL206.4º95.63%35.88%-
HSV(B)206.4º97.77%70.2%-
XYZ12.9412.7844.43-
YUV81.48183.0372.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 179 (70.31% from 255) = 62.81%
R=1.40%
G=35.79%
B=62.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41021790.980.4300.30206.495.6335.88
Hex466B3622B01Ece6024
Octal41462631425303631614044
Binary1001100110101100111100010101011011110110011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0466B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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