Html Css Color HEX #0460AD Denim

📋 copy color: '#0460AD'

red 4 ◦ green 96 ◦ blue 173

#0460AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #0460AD

Tints of Denim #0460AD

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 1.47%
G = 35.16%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0460AD (or 0x0460AD) is known color: Denim. HEX triplet: 04, 60 and AD. RGB value is (4,96,173). Sum of RGB (Red+Green+Blue) = 4+96+173=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #0460AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0460AD is #FB9F52. Grayscale: #4C4C4C. Windows color (decimal): -16490323 or 11362308. OLE color: 11362308.

HSL color Cylindrical-coordinate representation of color #0460AD: hue angle of 207.34º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460AD is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 96 173 -
CMYK 0.98 0.45 0 0.32
HSL 207.34º 0.95% 0.35% -
HSV(B) 207.34º 0.98% 0.68% -
XYZ 11.78 11.41 41.12 -
YUV 77.27 182.02 75.74 -
System Red Green Blue C M Y K H S L
Decimal 4 96 173 0.98 0.45 0 0.32 207.34 0.95 0.35
Hex 4 60 AD 62 2D 0 20 CF 5F 23
Octal 4 140 255 142 55 0 40 317 137 43
Binary 100 1100000 10101101 1100010 101101 0 100000 11001111 1011111 100011

Color Harmonies of #0460AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460AD

Black with #0460AD

Text Example


Text Example

White with #0460AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0460AD; }

 p { color: rgb(4,96,173); }

 H1.HeaderClassName
 {
   color: #0460AD;
 }
 .AnyTagClassName
 {
   color: #0460AD;
 }
</style>

background-color css

<style>
 a { background-color: #0460AD; }

 a { background-color: rgb(4,96,173); }

 div.DivClassName
 {
   background-color: #0460AD;
 }
 .BgClassName
 {
   background-color: #0460AD;
 }
</style>

border-color css

<style>
 span { border-color: #0460AD; }

 span { border-color: rgb(4,96,173); }

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