Html Css Color HEX #044260 Prussian Blue

📋 copy color: '#044260'

red 4 ◦ green 66 ◦ blue 96

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

Shades of Prussian Blue #044260

Tints of Prussian Blue #044260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 2.41%
G = 39.76%
B = 57.83%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044260 (or 0x044260) is known color: Prussian Blue. HEX triplet: 04, 42 and 60. RGB value is (4,66,96). Sum of RGB (Red+Green+Blue) = 4+66+96=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #044260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044260 is #FBBD9F. Grayscale: #323232. Windows color (decimal): -16498080 or 6308356. OLE color: 6308356.

HSL color Cylindrical-coordinate representation of color #044260: hue angle of 199.57º 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 #044260 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 66 96 -
CMYK 0.96 0.31 0 0.62
HSL 199.57º 0.92% 0.2% -
HSV(B) 199.57º 0.96% 0.38% -
XYZ 4.11 4.77 11.77 -
YUV 50.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 4 66 96 0.96 0.31 0 0.62 199.57 0.92 0.2
Hex 4 42 60 60 1F 0 3E C8 5C 14
Octal 4 102 140 140 37 0 76 310 134 24
Binary 100 1000010 1100000 1100000 11111 0 111110 11001000 1011100 10100

Color Harmonies of #044260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044260

Black with #044260

Text Example


Text Example

White with #044260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044260; }

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

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

background-color css

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

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

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

border-color css

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

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

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