Html Css Color HEX #447F92 Jelly Bean

📋 copy color: '#447F92'

red 68 ◦ green 127 ◦ blue 146

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

Shades of Jelly Bean #447F92

Tints of Jelly Bean #447F92

RGB

 RED value IS 68 (26.95% from 255) = 19.94%

 GREEN value IS 127 (50% from 255) = 37.24%

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

R = 19.94%
G = 37.24%
B = 42.82%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447F92 (or 0x447F92) is known color: Jelly Bean. HEX triplet: 44, 7F and 92. RGB value is (68,127,146). Sum of RGB (Red+Green+Blue) = 68+127+146=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #447F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F92 is #BB806D. Grayscale: #6F6F6F. Windows color (decimal): -12288110 or 9600836. OLE color: 9600836.

HSL color Cylindrical-coordinate representation of color #447F92: hue angle of 194.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447F92 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 127 146 -
CMYK 0.53 0.13 0 0.43
HSL 194.62º 0.36% 0.42% -
HSV(B) 194.62º 0.53% 0.57% -
XYZ 15.16 18.48 29.96 -
YUV 111.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 68 127 146 0.53 0.13 0 0.43 194.62 0.36 0.42
Hex 44 7F 92 35 D 0 2B C3 24 2A
Octal 104 177 222 65 15 0 53 303 44 52
Binary 1000100 1111111 10010010 110101 1101 0 101011 11000011 100100 101010

Color Harmonies of #447F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F92

Black with #447F92

Text Example


Text Example

White with #447F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447F92; }

 p { color: rgb(68,127,146); }

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

background-color css

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

 a { background-color: rgb(68,127,146); }

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

border-color css

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

 span { border-color: rgb(68,127,146); }

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