Html Css Color HEX #044FC5 Denim

📋 copy color: '#044FC5'

red 4 ◦ green 79 ◦ blue 197

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

Shades of Denim #044FC5

Tints of Denim #044FC5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

 BLUE value IS 197 (77.34% from 255) = 70.36%

R = 1.43%
G = 28.21%
B = 70.36%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#044FC5 (or 0x044FC5) is known color: Denim. HEX triplet: 04, 4F and C5. RGB value is (4,79,197). Sum of RGB (Red+Green+Blue) = 4+79+197=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #044FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FC5 is #FBB03A. Grayscale: #454545. Windows color (decimal): -16494651 or 12930820. OLE color: 12930820.

HSL color Cylindrical-coordinate representation of color #044FC5: hue angle of 216.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FC5 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 79 197 -
CMYK 0.98 0.60 0 0.23
HSL 216.68º 0.96% 0.39% -
HSV(B) 216.68º 0.98% 0.77% -
XYZ 12.92 9.65 54 -
YUV 70.03 199.65 80.91 -
System Red Green Blue C M Y K H S L
Decimal 4 79 197 0.98 0.60 0 0.23 216.68 0.96 0.39
Hex 4 4F C5 62 3C 0 17 D9 60 27
Octal 4 117 305 142 74 0 27 331 140 47
Binary 100 1001111 11000101 1100010 111100 0 10111 11011001 1100000 100111

Color Harmonies of #044FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FC5

Black with #044FC5

Text Example


Text Example

White with #044FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044FC5; }

 p { color: rgb(4,79,197); }

 H1.HeaderClassName
 {
   color: #044FC5;
 }
 .AnyTagClassName
 {
   color: #044FC5;
 }
</style>

background-color css

<style>
 a { background-color: #044FC5; }

 a { background-color: rgb(4,79,197); }

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

border-color css

<style>
 span { border-color: #044FC5; }

 span { border-color: rgb(4,79,197); }

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