Html Css Color HEX #04304E Prussian Blue

📋 copy color: '#04304E'

red 4 ◦ green 48 ◦ blue 78

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

Shades of Prussian Blue #04304E

Tints of Prussian Blue #04304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.92%

 BLUE value IS 78 (30.86% from 255) = 60%

R = 3.08%
G = 36.92%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04304E (or 0x04304E) is known color: Prussian Blue. HEX triplet: 04, 30 and 4E. RGB value is (4,48,78). Sum of RGB (Red+Green+Blue) = 4+48+78=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #04304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04304E is #FBCFB1. Grayscale: #262626. Windows color (decimal): -16502706 or 5124100. OLE color: 5124100.

HSL color Cylindrical-coordinate representation of color #04304E: hue angle of 204.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04304E is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 48 78 -
CMYK 0.95 0.38 0 0.69
HSL 204.32º 0.9% 0.16% -
HSV(B) 204.32º 0.95% 0.31% -
XYZ 2.48 2.69 7.6 -
YUV 38.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 4 48 78 0.95 0.38 0 0.69 204.32 0.9 0.16
Hex 4 30 4E 5F 26 0 45 CC 5A 10
Octal 4 60 116 137 46 0 105 314 132 20
Binary 100 110000 1001110 1011111 100110 0 1000101 11001100 1011010 10000

Color Harmonies of #04304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04304E

Black with #04304E

Text Example


Text Example

White with #04304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04304E; }

 p { color: rgb(4,48,78); }

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

background-color css

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

 a { background-color: rgb(4,48,78); }

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

border-color css

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

 span { border-color: rgb(4,48,78); }

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