Html Css Color HEX #04294D Prussian Blue

📋 copy color: '#04294D'

red 4 ◦ green 41 ◦ blue 77

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

Shades of Prussian Blue #04294D

Tints of Prussian Blue #04294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

 BLUE value IS 77 (30.47% from 255) = 63.11%

R = 3.28%
G = 33.61%
B = 63.11%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04294D (or 0x04294D) is known color: Prussian Blue. HEX triplet: 04, 29 and 4D. RGB value is (4,41,77). Sum of RGB (Red+Green+Blue) = 4+41+77=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #04294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04294D is #FBD6B2. Grayscale: #212121. Windows color (decimal): -16504499 or 5056772. OLE color: 5056772.

HSL color Cylindrical-coordinate representation of color #04294D: hue angle of 209.59º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04294D is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 41 77 -
CMYK 0.95 0.47 0 0.70
HSL 209.59º 0.9% 0.16% -
HSV(B) 209.59º 0.95% 0.3% -
XYZ 2.18 2.15 7.32 -
YUV 34.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 4 41 77 0.95 0.47 0 0.70 209.59 0.9 0.16
Hex 4 29 4D 5F 2F 0 46 D2 5A 10
Octal 4 51 115 137 57 0 106 322 132 20
Binary 100 101001 1001101 1011111 101111 0 1000110 11010010 1011010 10000

Color Harmonies of #04294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04294D

Black with #04294D

Text Example


Text Example

White with #04294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04294D; }

 p { color: rgb(4,41,77); }

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

background-color css

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

 a { background-color: rgb(4,41,77); }

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

border-color css

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

 span { border-color: rgb(4,41,77); }

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