Html Css Color HEX #043166 Prussian Blue

📋 copy color: '#043166'

red 4 ◦ green 49 ◦ blue 102

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

Shades of Prussian Blue #043166

Tints of Prussian Blue #043166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 2.58%
G = 31.61%
B = 65.81%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#043166 (or 0x043166) is known color: Prussian Blue. HEX triplet: 04, 31 and 66. RGB value is (4,49,102). Sum of RGB (Red+Green+Blue) = 4+49+102=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #043166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043166 is #FBCE99. Grayscale: #292929. Windows color (decimal): -16502426 or 6697220. OLE color: 6697220.

HSL color Cylindrical-coordinate representation of color #043166: hue angle of 212.45º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043166 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 49 102 -
CMYK 0.96 0.52 0 0.6
HSL 212.45º 0.92% 0.21% -
HSV(B) 212.45º 0.96% 0.4% -
XYZ 3.55 3.18 13 -
YUV 41.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 4 49 102 0.96 0.52 0 0.6 212.45 0.92 0.21
Hex 4 31 66 60 34 0 3C D4 5C 15
Octal 4 61 146 140 64 0 74 324 134 25
Binary 100 110001 1100110 1100000 110100 0 111100 11010100 1011100 10101

Color Harmonies of #043166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043166

Black with #043166

Text Example


Text Example

White with #043166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043166; }

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

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

background-color css

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

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

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

border-color css

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

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

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