Html Css Color HEX #044460 Prussian Blue

📋 copy color: '#044460'

red 4 ◦ green 68 ◦ blue 96

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

Shades of Prussian Blue #044460

Tints of Prussian Blue #044460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 2.38%
G = 40.48%
B = 57.14%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044460 (or 0x044460) is known color: Prussian Blue. HEX triplet: 04, 44 and 60. RGB value is (4,68,96). Sum of RGB (Red+Green+Blue) = 4+68+96=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #044460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044460 is #FBBB9F. Grayscale: #333333. Windows color (decimal): -16497568 or 6308868. OLE color: 6308868.

HSL color Cylindrical-coordinate representation of color #044460: hue angle of 198.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044460 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 68 96 -
CMYK 0.96 0.29 0 0.62
HSL 198.26º 0.92% 0.2% -
HSV(B) 198.26º 0.96% 0.38% -
XYZ 4.23 5 11.81 -
YUV 52.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 4 68 96 0.96 0.29 0 0.62 198.26 0.92 0.2
Hex 4 44 60 60 1D 0 3E C6 5C 14
Octal 4 104 140 140 35 0 76 306 134 24
Binary 100 1000100 1100000 1100000 11101 0 111110 11000110 1011100 10100

Color Harmonies of #044460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044460

Black with #044460

Text Example


Text Example

White with #044460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044460; }

 p { color: rgb(4,68,96); }

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

background-color css

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

 a { background-color: rgb(4,68,96); }

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

border-color css

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

 span { border-color: rgb(4,68,96); }

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