Html Css Color HEX #4898DC Picton Blue

📋 copy color: '#4898DC'

red 72 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #4898DC

Tints of Picton Blue #4898DC

RGB

 RED value IS 72 (28.52% from 255) = 16.22%

 GREEN value IS 152 (59.77% from 255) = 34.23%

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 16.22%
G = 34.23%
B = 49.55%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4898DC (or 0x4898DC) is known color: Picton Blue. HEX triplet: 48, 98 and DC. RGB value is (72,152,220). Sum of RGB (Red+Green+Blue) = 72+152+220=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #4898DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4898DC is #B76723. Grayscale: #878787. Windows color (decimal): -12019492 or 14456904. OLE color: 14456904.

HSL color Cylindrical-coordinate representation of color #4898DC: hue angle of 207.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4898DC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 152 220 -
CMYK 0.67 0.31 0 0.14
HSL 207.57º 0.68% 0.57% -
HSV(B) 207.57º 0.67% 0.86% -
XYZ 26.82 29 71.89 -
YUV 135.83 175.5 82.47 -
System Red Green Blue C M Y K H S L
Decimal 72 152 220 0.67 0.31 0 0.14 207.57 0.68 0.57
Hex 48 98 DC 43 1F 0 E D0 44 39
Octal 110 230 334 103 37 0 16 320 104 71
Binary 1001000 10011000 11011100 1000011 11111 0 1110 11010000 1000100 111001

Color Harmonies of #4898DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4898DC

Black with #4898DC

Text Example


Text Example

White with #4898DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4898DC; }

 p { color: rgb(72,152,220); }

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

background-color css

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

 a { background-color: rgb(72,152,220); }

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

border-color css

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

 span { border-color: rgb(72,152,220); }

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