Html Css Color HEX #043462 Prussian Blue

📋 copy color: '#043462'

red 4 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #043462

Tints of Prussian Blue #043462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.64%

R = 2.6%
G = 33.77%
B = 63.64%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#043462 (or 0x043462) is known color: Prussian Blue. HEX triplet: 04, 34 and 62. RGB value is (4,52,98). Sum of RGB (Red+Green+Blue) = 4+52+98=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #043462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043462 is #FBCB9D. Grayscale: #2A2A2A. Windows color (decimal): -16501662 or 6435844. OLE color: 6435844.

HSL color Cylindrical-coordinate representation of color #043462: hue angle of 209.36º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043462 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 52 98 -
CMYK 0.96 0.47 0 0.62
HSL 209.36º 0.92% 0.2% -
HSV(B) 209.36º 0.96% 0.38% -
XYZ 3.48 3.36 12.02 -
YUV 42.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 4 52 98 0.96 0.47 0 0.62 209.36 0.92 0.2
Hex 4 34 62 60 2F 0 3E D1 5C 14
Octal 4 64 142 140 57 0 76 321 134 24
Binary 100 110100 1100010 1100000 101111 0 111110 11010001 1011100 10100

Color Harmonies of #043462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043462

Black with #043462

Text Example


Text Example

White with #043462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043462; }

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

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

background-color css

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

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

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

border-color css

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

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

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