Html Css Color HEX #447298 Jelly Bean

📋 copy color: '#447298'

red 68 ◦ green 114 ◦ blue 152

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

Shades of Jelly Bean #447298

Tints of Jelly Bean #447298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 20.36%
G = 34.13%
B = 45.51%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#447298 (or 0x447298) is known color: Jelly Bean. HEX triplet: 44, 72 and 98. RGB value is (68,114,152). Sum of RGB (Red+Green+Blue) = 68+114+152=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #447298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447298 is #BB8D67. Grayscale: #686868. Windows color (decimal): -12291432 or 9990724. OLE color: 9990724.

HSL color Cylindrical-coordinate representation of color #447298: hue angle of 207.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #447298 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 114 152 -
CMYK 0.55 0.25 0 0.40
HSL 207.14º 0.38% 0.43% -
HSV(B) 207.14º 0.55% 0.6% -
XYZ 14.07 15.53 31.96 -
YUV 104.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 68 114 152 0.55 0.25 0 0.40 207.14 0.38 0.43
Hex 44 72 98 37 19 0 28 CF 26 2B
Octal 104 162 230 67 31 0 50 317 46 53
Binary 1000100 1110010 10011000 110111 11001 0 101000 11001111 100110 101011

Color Harmonies of #447298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447298

Black with #447298

Text Example


Text Example

White with #447298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447298; }

 p { color: rgb(68,114,152); }

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

background-color css

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

 a { background-color: rgb(68,114,152); }

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

border-color css

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

 span { border-color: rgb(68,114,152); }

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