Html Css Color HEX #04426C Prussian Blue

📋 copy color: '#04426C'

red 4 ◦ green 66 ◦ blue 108

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

Shades of Prussian Blue #04426C

Tints of Prussian Blue #04426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 2.25%
G = 37.08%
B = 60.67%

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

#04426C (or 0x04426C) is known color: Prussian Blue. HEX triplet: 04, 42 and 6C. RGB value is (4,66,108). Sum of RGB (Red+Green+Blue) = 4+66+108=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #04426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04426C is #FBBD93. Grayscale: #343434. Windows color (decimal): -16498068 or 7094788. OLE color: 7094788.

HSL color Cylindrical-coordinate representation of color #04426C: hue angle of 204.23º 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 #04426C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 66 108 -
CMYK 0.96 0.39 0 0.58
HSL 204.23º 0.93% 0.22% -
HSV(B) 204.23º 0.96% 0.42% -
XYZ 4.71 5 14.91 -
YUV 52.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 4 66 108 0.96 0.39 0 0.58 204.23 0.93 0.22
Hex 4 42 6C 60 27 0 3A CC 5D 16
Octal 4 102 154 140 47 0 72 314 135 26
Binary 100 1000010 1101100 1100000 100111 0 111010 11001100 1011101 10110

Color Harmonies of #04426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04426C

Black with #04426C

Text Example


Text Example

White with #04426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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