Html Css Color HEX #0464AC Denim

📋 copy color: '#0464AC'

red 4 ◦ green 100 ◦ blue 172

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

Shades of Denim #0464AC

Tints of Denim #0464AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 1.45%
G = 36.23%
B = 62.32%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0464AC (or 0x0464AC) is known color: Denim. HEX triplet: 04, 64 and AC. RGB value is (4,100,172). Sum of RGB (Red+Green+Blue) = 4+100+172=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #0464AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0464AC is #FB9B53. Grayscale: #4F4F4F. Windows color (decimal): -16489300 or 11297796. OLE color: 11297796.

HSL color Cylindrical-coordinate representation of color #0464AC: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464AC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 100 172 -
CMYK 0.98 0.42 0 0.33
HSL 205.71º 0.95% 0.35% -
HSV(B) 205.71º 0.98% 0.67% -
XYZ 12.05 12.12 40.73 -
YUV 79.5 180.2 74.15 -
System Red Green Blue C M Y K H S L
Decimal 4 100 172 0.98 0.42 0 0.33 205.71 0.95 0.35
Hex 4 64 AC 62 2A 0 21 CE 5F 23
Octal 4 144 254 142 52 0 41 316 137 43
Binary 100 1100100 10101100 1100010 101010 0 100001 11001110 1011111 100011

Color Harmonies of #0464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464AC

Black with #0464AC

Text Example


Text Example

White with #0464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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