Html Css Color HEX #457885 Jelly Bean

📋 copy color: '#457885'

red 69 ◦ green 120 ◦ blue 133

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

Shades of Jelly Bean #457885

Tints of Jelly Bean #457885

RGB

 RED value IS 69 (27.34% from 255) = 21.43%

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

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

R = 21.43%
G = 37.27%
B = 41.3%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#457885 (or 0x457885) is known color: Jelly Bean. HEX triplet: 45, 78 and 85. RGB value is (69,120,133). Sum of RGB (Red+Green+Blue) = 69+120+133=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #457885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457885 is #BA877A. Grayscale: #6A6A6A. Windows color (decimal): -12224379 or 8747077. OLE color: 8747077.

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

Color convert

RGB 69 120 133 -
CMYK 0.48 0.10 0 0.48
HSL 192.19º 0.32% 0.4% -
HSV(B) 192.19º 0.48% 0.52% -
XYZ 13.4 16.39 24.65 -
YUV 106.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 69 120 133 0.48 0.10 0 0.48 192.19 0.32 0.4
Hex 45 78 85 30 A 0 30 C0 20 28
Octal 105 170 205 60 12 0 60 300 40 50
Binary 1000101 1111000 10000101 110000 1010 0 110000 11000000 100000 101000

Color Harmonies of #457885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457885

Black with #457885

Text Example


Text Example

White with #457885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457885; }

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

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

background-color css

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

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

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

border-color css

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

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

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