Html Css Color HEX #004466 Prussian Blue

📋 copy color: '#004466'

red 0 ◦ green 68 ◦ blue 102

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

Shades of Prussian Blue #004466

Tints of Prussian Blue #004466

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 40%

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#004466 (or 0x004466) is known color: Prussian Blue. HEX triplet: 00, 44 and 66. RGB value is (0,68,102). Sum of RGB (Red+Green+Blue) = 0+68+102=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #004466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004466 is #FFBB99. Grayscale: #333333. Windows color (decimal): -16759706 or 6702080. OLE color: 6702080.

HSL color Cylindrical-coordinate representation of color #004466: hue angle of 200º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004466 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 68 102 -
CMYK 1 0.33 0 0.6
HSL 200º 1% 0.2% -
HSV(B) 200º 1% 0.4% -
XYZ 4.47 5.09 13.32 -
YUV 51.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 0 68 102 1 0.33 0 0.6 200 1 0.2
Hex 0 44 66 64 21 0 3C C8 64 14
Octal 0 104 146 144 41 0 74 310 144 24
Binary 0 1000100 1100110 1100100 100001 0 111100 11001000 1100100 10100

Color Harmonies of #004466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004466

Black with #004466

Text Example


Text Example

White with #004466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004466; }

 p { color: rgb(0,68,102); }

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

background-color css

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

 a { background-color: rgb(0,68,102); }

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

border-color css

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

 span { border-color: rgb(0,68,102); }

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