Html Css Color HEX #044262 Prussian Blue

📋 copy color: '#044262'

red 4 ◦ green 66 ◦ blue 98

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

Shades of Prussian Blue #044262

Tints of Prussian Blue #044262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 2.38%
G = 39.29%
B = 58.33%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044262 (or 0x044262) is known color: Prussian Blue. HEX triplet: 04, 42 and 62. RGB value is (4,66,98). Sum of RGB (Red+Green+Blue) = 4+66+98=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #044262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044262 is #FBBD9D. Grayscale: #323232. Windows color (decimal): -16498078 or 6439428. OLE color: 6439428.

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

Color convert

RGB 4 66 98 -
CMYK 0.96 0.33 0 0.62
HSL 200.43º 0.92% 0.2% -
HSV(B) 200.43º 0.96% 0.38% -
XYZ 4.2 4.8 12.26 -
YUV 51.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 4 66 98 0.96 0.33 0 0.62 200.43 0.92 0.2
Hex 4 42 62 60 21 0 3E C8 5C 14
Octal 4 102 142 140 41 0 76 310 134 24
Binary 100 1000010 1100010 1100000 100001 0 111110 11001000 1011100 10100

Color Harmonies of #044262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044262

Black with #044262

Text Example


Text Example

White with #044262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044262; }

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

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

background-color css

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

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

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

border-color css

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

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

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