Html Css Color HEX #043263 Prussian Blue

📋 copy color: '#043263'

red 4 ◦ green 50 ◦ blue 99

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

Shades of Prussian Blue #043263

Tints of Prussian Blue #043263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

 BLUE value IS 99 (39.06% from 255) = 64.71%

R = 2.61%
G = 32.68%
B = 64.71%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#043263 (or 0x043263) is known color: Prussian Blue. HEX triplet: 04, 32 and 63. RGB value is (4,50,99). Sum of RGB (Red+Green+Blue) = 4+50+99=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #043263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043263 is #FBCD9C. Grayscale: #292929. Windows color (decimal): -16502173 or 6500868. OLE color: 6500868.

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

Color convert

RGB 4 50 99 -
CMYK 0.96 0.49 0 0.61
HSL 210.95º 0.92% 0.2% -
HSV(B) 210.95º 0.96% 0.39% -
XYZ 3.44 3.21 12.24 -
YUV 41.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 4 50 99 0.96 0.49 0 0.61 210.95 0.92 0.2
Hex 4 32 63 60 31 0 3D D3 5C 14
Octal 4 62 143 140 61 0 75 323 134 24
Binary 100 110010 1100011 1100000 110001 0 111101 11010011 1011100 10100

Color Harmonies of #043263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043263

Black with #043263

Text Example


Text Example

White with #043263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043263; }

 p { color: rgb(4,50,99); }

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

background-color css

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

 a { background-color: rgb(4,50,99); }

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

border-color css

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

 span { border-color: rgb(4,50,99); }

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