Html Css Color HEX #04416A Prussian Blue

📋 copy color: '#04416A'

red 4 ◦ green 65 ◦ blue 106

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

Shades of Prussian Blue #04416A

Tints of Prussian Blue #04416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 2.29%
G = 37.14%
B = 60.57%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04416A (or 0x04416A) is known color: Prussian Blue. HEX triplet: 04, 41 and 6A. RGB value is (4,65,106). Sum of RGB (Red+Green+Blue) = 4+65+106=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #04416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04416A is #FBBE95. Grayscale: #333333. Windows color (decimal): -16498326 or 6963460. OLE color: 6963460.

HSL color Cylindrical-coordinate representation of color #04416A: hue angle of 204.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04416A is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 65 106 -
CMYK 0.96 0.39 0 0.58
HSL 204.12º 0.93% 0.22% -
HSV(B) 204.12º 0.96% 0.42% -
XYZ 4.54 4.85 14.33 -
YUV 51.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 4 65 106 0.96 0.39 0 0.58 204.12 0.93 0.22
Hex 4 41 6A 60 27 0 3A CC 5D 16
Octal 4 101 152 140 47 0 72 314 135 26
Binary 100 1000001 1101010 1100000 100111 0 111010 11001100 1011101 10110

Color Harmonies of #04416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04416A

Black with #04416A

Text Example


Text Example

White with #04416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04416A; }

 p { color: rgb(4,65,106); }

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

background-color css

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

 a { background-color: rgb(4,65,106); }

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

border-color css

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

 span { border-color: rgb(4,65,106); }

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