Html Css Color HEX #044A66 Prussian Blue

📋 copy color: '#044A66'

red 4 ◦ green 74 ◦ blue 102

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

Shades of Prussian Blue #044A66

Tints of Prussian Blue #044A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.11%

 BLUE value IS 102 (40.23% from 255) = 56.67%

R = 2.22%
G = 41.11%
B = 56.67%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#044A66 (or 0x044A66) is known color: Prussian Blue. HEX triplet: 04, 4A and 66. RGB value is (4,74,102). Sum of RGB (Red+Green+Blue) = 4+74+102=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #044A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A66 is #FBB599. Grayscale: #383838. Windows color (decimal): -16496026 or 6703620. OLE color: 6703620.

HSL color Cylindrical-coordinate representation of color #044A66: hue angle of 197.14º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A66 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 74 102 -
CMYK 0.96 0.27 0 0.6
HSL 197.14º 0.92% 0.21% -
HSV(B) 197.14º 0.96% 0.4% -
XYZ 4.9 5.88 13.45 -
YUV 56.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 4 74 102 0.96 0.27 0 0.6 197.14 0.92 0.21
Hex 4 4A 66 60 1B 0 3C C5 5C 15
Octal 4 112 146 140 33 0 74 305 134 25
Binary 100 1001010 1100110 1100000 11011 0 111100 11000101 1011100 10101

Color Harmonies of #044A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A66

Black with #044A66

Text Example


Text Example

White with #044A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,74,102); }

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

background-color css

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

 a { background-color: rgb(4,74,102); }

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

border-color css

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

 span { border-color: rgb(4,74,102); }

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