Html Css Color HEX #074766 Prussian Blue

📋 copy color: '#074766'

red 7 ◦ green 71 ◦ blue 102

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

Shades of Prussian Blue #074766

Tints of Prussian Blue #074766

RGB

 RED value IS 7 (3.13% from 255) = 3.89%

 GREEN value IS 71 (28.13% from 255) = 39.44%

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

R = 3.89%
G = 39.44%
B = 56.67%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#074766 (or 0x074766) is known color: Prussian Blue. HEX triplet: 07, 47 and 66. RGB value is (7,71,102). Sum of RGB (Red+Green+Blue) = 7+71+102=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #074766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074766 is #F8B899. Grayscale: #373737. Windows color (decimal): -16300186 or 6702855. OLE color: 6702855.

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

Color convert

RGB 7 71 102 -
CMYK 0.93 0.30 0 0.6
HSL 199.58º 0.87% 0.21% -
HSV(B) 199.58º 0.93% 0.4% -
XYZ 4.74 5.51 13.38 -
YUV 55.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 7 71 102 0.93 0.30 0 0.6 199.58 0.87 0.21
Hex 7 47 66 5D 1E 0 3C C8 57 15
Octal 7 107 146 135 36 0 74 310 127 25
Binary 111 1000111 1100110 1011101 11110 0 111100 11001000 1010111 10101

Color Harmonies of #074766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074766

Black with #074766

Text Example


Text Example

White with #074766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074766; }

 p { color: rgb(7,71,102); }

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

background-color css

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

 a { background-color: rgb(7,71,102); }

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

border-color css

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

 span { border-color: rgb(7,71,102); }

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