Html Css Color HEX #043468 Prussian Blue

📋 copy color: '#043468'

red 4 ◦ green 52 ◦ blue 104

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

Shades of Prussian Blue #043468

Tints of Prussian Blue #043468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 104 (41.02% from 255) = 65%

R = 2.5%
G = 32.5%
B = 65%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#043468 (or 0x043468) is known color: Prussian Blue. HEX triplet: 04, 34 and 68. RGB value is (4,52,104). Sum of RGB (Red+Green+Blue) = 4+52+104=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #043468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043468 is #FBCB97. Grayscale: #2B2B2B. Windows color (decimal): -16501656 or 6829060. OLE color: 6829060.

HSL color Cylindrical-coordinate representation of color #043468: hue angle of 211.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043468 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 52 104 -
CMYK 0.96 0.50 0 0.59
HSL 211.2º 0.93% 0.21% -
HSV(B) 211.2º 0.96% 0.41% -
XYZ 3.78 3.48 13.57 -
YUV 43.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 4 52 104 0.96 0.50 0 0.59 211.2 0.93 0.21
Hex 4 34 68 60 32 0 3B D3 5D 15
Octal 4 64 150 140 62 0 73 323 135 25
Binary 100 110100 1101000 1100000 110010 0 111011 11010011 1011101 10101

Color Harmonies of #043468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043468

Black with #043468

Text Example


Text Example

White with #043468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043468; }

 p { color: rgb(4,52,104); }

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

background-color css

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

 a { background-color: rgb(4,52,104); }

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

border-color css

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

 span { border-color: rgb(4,52,104); }

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