Html Css Color HEX #04314D Prussian Blue

📋 copy color: '#04314D'

red 4 ◦ green 49 ◦ blue 77

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

Shades of Prussian Blue #04314D

Tints of Prussian Blue #04314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.69%

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

R = 3.08%
G = 37.69%
B = 59.23%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04314D (or 0x04314D) is known color: Prussian Blue. HEX triplet: 04, 31 and 4D. RGB value is (4,49,77). Sum of RGB (Red+Green+Blue) = 4+49+77=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #04314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04314D is #FBCEB2. Grayscale: #262626. Windows color (decimal): -16502451 or 5058820. OLE color: 5058820.

HSL color Cylindrical-coordinate representation of color #04314D: hue angle of 203.01º 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 #04314D is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 49 77 -
CMYK 0.95 0.36 0 0.70
HSL 203.01º 0.9% 0.16% -
HSV(B) 203.01º 0.95% 0.3% -
XYZ 2.49 2.76 7.42 -
YUV 38.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 4 49 77 0.95 0.36 0 0.70 203.01 0.9 0.16
Hex 4 31 4D 5F 24 0 46 CB 5A 10
Octal 4 61 115 137 44 0 106 313 132 20
Binary 100 110001 1001101 1011111 100100 0 1000110 11001011 1011010 10000

Color Harmonies of #04314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04314D

Black with #04314D

Text Example


Text Example

White with #04314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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