Html Css Color HEX #4A868C Paradiso

📋 copy color: '#4A868C'

red 74 ◦ green 134 ◦ blue 140

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

Shades of Paradiso #4A868C

Tints of Paradiso #4A868C

RGB

 RED value IS 74 (29.3% from 255) = 21.26%

 GREEN value IS 134 (52.73% from 255) = 38.51%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 21.26%
G = 38.51%
B = 40.23%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A868C (or 0x4A868C) is known color: Paradiso. HEX triplet: 4A, 86 and 8C. RGB value is (74,134,140). Sum of RGB (Red+Green+Blue) = 74+134+140=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A868C is #B57973. Grayscale: #747474. Windows color (decimal): -11893108 or 9209418. OLE color: 9209418.

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

Color convert

RGB 74 134 140 -
CMYK 0.47 0.04 0 0.45
HSL 185.45º 0.31% 0.42% -
HSV(B) 185.45º 0.47% 0.55% -
XYZ 16.08 20.4 27.9 -
YUV 116.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 74 134 140 0.47 0.04 0 0.45 185.45 0.31 0.42
Hex 4A 86 8C 2F 4 0 2D B9 1F 2A
Octal 112 206 214 57 4 0 55 271 37 52
Binary 1001010 10000110 10001100 101111 100 0 101101 10111001 11111 101010

Color Harmonies of #4A868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A868C

Black with #4A868C

Text Example


Text Example

White with #4A868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,134,140); }

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

background-color css

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

 a { background-color: rgb(74,134,140); }

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

border-color css

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

 span { border-color: rgb(74,134,140); }

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