Html Css Color HEX #0463AC Denim

📋 copy color: '#0463AC'

red 4 ◦ green 99 ◦ blue 172

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

Shades of Denim #0463AC

Tints of Denim #0463AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 1.45%
G = 36%
B = 62.55%

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

#0463AC (or 0x0463AC) is known color: Denim. HEX triplet: 04, 63 and AC. RGB value is (4,99,172). Sum of RGB (Red+Green+Blue) = 4+99+172=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0463AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0463AC is #FB9C53. Grayscale: #4E4E4E. Windows color (decimal): -16489556 or 11297540. OLE color: 11297540.

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

Color convert

RGB 4 99 172 -
CMYK 0.98 0.42 0 0.33
HSL 206.07º 0.95% 0.35% -
HSV(B) 206.07º 0.98% 0.67% -
XYZ 11.96 11.93 40.7 -
YUV 78.92 180.53 74.56 -
System Red Green Blue C M Y K H S L
Decimal 4 99 172 0.98 0.42 0 0.33 206.07 0.95 0.35
Hex 4 63 AC 62 2A 0 21 CE 5F 23
Octal 4 143 254 142 52 0 41 316 137 43
Binary 100 1100011 10101100 1100010 101010 0 100001 11001110 1011111 100011

Color Harmonies of #0463AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463AC

Black with #0463AC

Text Example


Text Example

White with #0463AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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