Html Css Color HEX #447885 Jelly Bean

📋 copy color: '#447885'

red 68 ◦ green 120 ◦ blue 133

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

Shades of Jelly Bean #447885

Tints of Jelly Bean #447885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 21.18%
G = 37.38%
B = 41.43%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447885 (or 0x447885) is known color: Jelly Bean. HEX triplet: 44, 78 and 85. RGB value is (68,120,133). Sum of RGB (Red+Green+Blue) = 68+120+133=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #447885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447885 is #BB877A. Grayscale: #696969. Windows color (decimal): -12289915 or 8747076. OLE color: 8747076.

HSL color Cylindrical-coordinate representation of color #447885: hue angle of 192º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447885 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 120 133 -
CMYK 0.49 0.10 0 0.48
HSL 192º 0.32% 0.39% -
HSV(B) 192º 0.49% 0.52% -
XYZ 13.33 16.36 24.64 -
YUV 105.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 68 120 133 0.49 0.10 0 0.48 192 0.32 0.39
Hex 44 78 85 31 A 0 30 C0 20 27
Octal 104 170 205 61 12 0 60 300 40 47
Binary 1000100 1111000 10000101 110001 1010 0 110000 11000000 100000 100111

Color Harmonies of #447885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447885

Black with #447885

Text Example


Text Example

White with #447885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447885; }

 p { color: rgb(68,120,133); }

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

background-color css

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

 a { background-color: rgb(68,120,133); }

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

border-color css

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

 span { border-color: rgb(68,120,133); }

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