Html Css Color HEX #749092 Juniper

📋 copy color: '#749092'

red 116 ◦ green 144 ◦ blue 146

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

Shades of Juniper #749092

Tints of Juniper #749092

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

 GREEN value IS 144 (56.64% from 255) = 35.47%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 28.57%
G = 35.47%
B = 35.96%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#749092 (or 0x749092) is known color: Juniper. HEX triplet: 74, 90 and 92. RGB value is (116,144,146). Sum of RGB (Red+Green+Blue) = 116+144+146=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #749092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749092 is #8B6F6D. Grayscale: #878787. Windows color (decimal): -9138030 or 9605236. OLE color: 9605236.

HSL color Cylindrical-coordinate representation of color #749092: hue angle of 184º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749092 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 144 146 -
CMYK 0.21 0.01 0 0.43
HSL 184º 0.12% 0.51% -
HSV(B) 184º 0.21% 0.57% -
XYZ 22.36 25.73 30.98 -
YUV 135.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 116 144 146 0.21 0.01 0 0.43 184 0.12 0.51
Hex 74 90 92 15 1 0 2B B8 C 33
Octal 164 220 222 25 1 0 53 270 14 63
Binary 1110100 10010000 10010010 10101 1 0 101011 10111000 1100 110011

Color Harmonies of #749092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749092

Black with #749092

Text Example


Text Example

White with #749092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749092; }

 p { color: rgb(116,144,146); }

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

background-color css

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

 a { background-color: rgb(116,144,146); }

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

border-color css

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

 span { border-color: rgb(116,144,146); }

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