Html Css Color HEX #0464AB Denim

📋 copy color: '#0464AB'

red 4 ◦ green 100 ◦ blue 171

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

Shades of Denim #0464AB

Tints of Denim #0464AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 1.45%
G = 36.36%
B = 62.18%

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

#0464AB (or 0x0464AB) is known color: Denim. HEX triplet: 04, 64 and AB. RGB value is (4,100,171). Sum of RGB (Red+Green+Blue) = 4+100+171=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #0464AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0464AB is #FB9B54. Grayscale: #4F4F4F. Windows color (decimal): -16489301 or 11232260. OLE color: 11232260.

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

Color convert

RGB 4 100 171 -
CMYK 0.98 0.42 0 0.33
HSL 205.51º 0.95% 0.34% -
HSV(B) 205.51º 0.98% 0.67% -
XYZ 11.96 12.08 40.23 -
YUV 79.39 179.7 74.23 -
System Red Green Blue C M Y K H S L
Decimal 4 100 171 0.98 0.42 0 0.33 205.51 0.95 0.34
Hex 4 64 AB 62 2A 0 21 CE 5F 22
Octal 4 144 253 142 52 0 41 316 137 42
Binary 100 1100100 10101011 1100010 101010 0 100001 11001110 1011111 100010

Color Harmonies of #0464AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464AB

Black with #0464AB

Text Example


Text Example

White with #0464AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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