Html Css Color HEX #044266 Prussian Blue

📋 copy color: '#044266'

red 4 ◦ green 66 ◦ blue 102

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

Shades of Prussian Blue #044266

Tints of Prussian Blue #044266

RGB

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

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

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

R = 2.33%
G = 38.37%
B = 59.3%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#044266 (or 0x044266) is known color: Prussian Blue. HEX triplet: 04, 42 and 66. RGB value is (4,66,102). Sum of RGB (Red+Green+Blue) = 4+66+102=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #044266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044266 is #FBBD99. Grayscale: #333333. Windows color (decimal): -16498074 or 6701572. OLE color: 6701572.

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

Color convert

RGB 4 66 102 -
CMYK 0.96 0.35 0 0.6
HSL 202.04º 0.92% 0.21% -
HSV(B) 202.04º 0.96% 0.4% -
XYZ 4.4 4.88 13.28 -
YUV 51.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 4 66 102 0.96 0.35 0 0.6 202.04 0.92 0.21
Hex 4 42 66 60 23 0 3C CA 5C 15
Octal 4 102 146 140 43 0 74 312 134 25
Binary 100 1000010 1100110 1100000 100011 0 111100 11001010 1011100 10101

Color Harmonies of #044266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044266

Black with #044266

Text Example


Text Example

White with #044266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044266; }

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

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

background-color css

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

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

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

border-color css

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

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

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