Html Css Color HEX #4B858D Paradiso

📋 copy color: '#4B858D'

red 75 ◦ green 133 ◦ blue 141

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

Shades of Paradiso #4B858D

Tints of Paradiso #4B858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 21.49%
G = 38.11%
B = 40.4%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B858D (or 0x4B858D) is known color: Paradiso. HEX triplet: 4B, 85 and 8D. RGB value is (75,133,141). Sum of RGB (Red+Green+Blue) = 75+133+141=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B858D is #B47A72. Grayscale: #747474. Windows color (decimal): -11827827 or 9274699. OLE color: 9274699.

HSL color Cylindrical-coordinate representation of color #4B858D: hue angle of 187.27º 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 #4B858D is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 133 141 -
CMYK 0.47 0.06 0 0.45
HSL 187.27º 0.31% 0.42% -
HSV(B) 187.27º 0.47% 0.55% -
XYZ 16.1 20.19 28.25 -
YUV 116.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 75 133 141 0.47 0.06 0 0.45 187.27 0.31 0.42
Hex 4B 85 8D 2F 6 0 2D BB 1F 2A
Octal 113 205 215 57 6 0 55 273 37 52
Binary 1001011 10000101 10001101 101111 110 0 101101 10111011 11111 101010

Color Harmonies of #4B858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B858D

Black with #4B858D

Text Example


Text Example

White with #4B858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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