Html Css Color HEX #0464AD Denim

📋 copy color: '#0464AD'

red 4 ◦ green 100 ◦ blue 173

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

Shades of Denim #0464AD

Tints of Denim #0464AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 1.44%
G = 36.1%
B = 62.45%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0464AD (or 0x0464AD) is known color: Denim. HEX triplet: 04, 64 and AD. RGB value is (4,100,173). Sum of RGB (Red+Green+Blue) = 4+100+173=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #0464AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0464AD is #FB9B52. Grayscale: #4F4F4F. Windows color (decimal): -16489299 or 11363332. OLE color: 11363332.

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

Color convert

RGB 4 100 173 -
CMYK 0.98 0.42 0 0.32
HSL 205.92º 0.95% 0.35% -
HSV(B) 205.92º 0.98% 0.68% -
XYZ 12.15 12.16 41.24 -
YUV 79.62 180.7 74.06 -
System Red Green Blue C M Y K H S L
Decimal 4 100 173 0.98 0.42 0 0.32 205.92 0.95 0.35
Hex 4 64 AD 62 2A 0 20 CE 5F 23
Octal 4 144 255 142 52 0 40 316 137 43
Binary 100 1100100 10101101 1100010 101010 0 100000 11001110 1011111 100011

Color Harmonies of #0464AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464AD

Black with #0464AD

Text Example


Text Example

White with #0464AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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