Html Css Color HEX #4B898D Paradiso

📋 copy color: '#4B898D'

red 75 ◦ green 137 ◦ blue 141

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

Shades of Paradiso #4B898D

Tints of Paradiso #4B898D

RGB

 RED value IS 75 (29.69% from 255) = 21.25%

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 21.25%
G = 38.81%
B = 39.94%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B898D (or 0x4B898D) is known color: Paradiso. HEX triplet: 4B, 89 and 8D. RGB value is (75,137,141). Sum of RGB (Red+Green+Blue) = 75+137+141=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B898D is #B47672. Grayscale: #767676. Windows color (decimal): -11826803 or 9275723. OLE color: 9275723.

HSL color Cylindrical-coordinate representation of color #4B898D: hue angle of 183.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B898D is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 137 141 -
CMYK 0.47 0.03 0 0.45
HSL 183.64º 0.31% 0.42% -
HSV(B) 183.64º 0.47% 0.55% -
XYZ 16.66 21.31 28.43 -
YUV 118.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 75 137 141 0.47 0.03 0 0.45 183.64 0.31 0.42
Hex 4B 89 8D 2F 3 0 2D B8 1F 2A
Octal 113 211 215 57 3 0 55 270 37 52
Binary 1001011 10001001 10001101 101111 11 0 101101 10111000 11111 101010

Color Harmonies of #4B898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B898D

Black with #4B898D

Text Example


Text Example

White with #4B898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B898D; }

 p { color: rgb(75,137,141); }

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

background-color css

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

 a { background-color: rgb(75,137,141); }

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

border-color css

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

 span { border-color: rgb(75,137,141); }

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