Html Css Color HEX #0461AD Denim

📋 copy color: '#0461AD'

red 4 ◦ green 97 ◦ blue 173

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

Shades of Denim #0461AD

Tints of Denim #0461AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 1.46%
G = 35.4%
B = 63.14%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0461AD (or 0x0461AD) is known color: Denim. HEX triplet: 04, 61 and AD. RGB value is (4,97,173). Sum of RGB (Red+Green+Blue) = 4+97+173=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #0461AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0461AD is #FB9E52. Grayscale: #4D4D4D. Windows color (decimal): -16490067 or 11362564. OLE color: 11362564.

HSL color Cylindrical-coordinate representation of color #0461AD: hue angle of 206.98º 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 #0461AD is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 97 173 -
CMYK 0.98 0.44 0 0.32
HSL 206.98º 0.95% 0.35% -
HSV(B) 206.98º 0.98% 0.68% -
XYZ 11.87 11.59 41.15 -
YUV 77.86 181.69 75.32 -
System Red Green Blue C M Y K H S L
Decimal 4 97 173 0.98 0.44 0 0.32 206.98 0.95 0.35
Hex 4 61 AD 62 2C 0 20 CF 5F 23
Octal 4 141 255 142 54 0 40 317 137 43
Binary 100 1100001 10101101 1100010 101100 0 100000 11001111 1011111 100011

Color Harmonies of #0461AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461AD

Black with #0461AD

Text Example


Text Example

White with #0461AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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