Html Css Color HEX #4898CE Picton Blue

📋 copy color: '#4898CE'

red 72 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4898CE

Tints of Picton Blue #4898CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 16.74%
G = 35.35%
B = 47.91%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4898CE (or 0x4898CE) is known color: Picton Blue. HEX triplet: 48, 98 and CE. RGB value is (72,152,206). Sum of RGB (Red+Green+Blue) = 72+152+206=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #4898CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4898CE is #B76731. Grayscale: #858585. Windows color (decimal): -12019506 or 13539400. OLE color: 13539400.

HSL color Cylindrical-coordinate representation of color #4898CE: hue angle of 204.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4898CE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 152 206 -
CMYK 0.65 0.26 0 0.19
HSL 204.18º 0.58% 0.55% -
HSV(B) 204.18º 0.65% 0.81% -
XYZ 25.04 28.29 62.53 -
YUV 134.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 72 152 206 0.65 0.26 0 0.19 204.18 0.58 0.55
Hex 48 98 CE 41 1A 0 13 CC 3A 37
Octal 110 230 316 101 32 0 23 314 72 67
Binary 1001000 10011000 11001110 1000001 11010 0 10011 11001100 111010 110111

Color Harmonies of #4898CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4898CE

Black with #4898CE

Text Example


Text Example

White with #4898CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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