Html Css Color HEX #4898CA Picton Blue

📋 copy color: '#4898CA'

red 72 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #4898CA

Tints of Picton Blue #4898CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 16.9%
G = 35.68%
B = 47.42%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4898CA (or 0x4898CA) is known color: Picton Blue. HEX triplet: 48, 98 and CA. RGB value is (72,152,202). Sum of RGB (Red+Green+Blue) = 72+152+202=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #4898CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4898CA is #B76735. Grayscale: #858585. Windows color (decimal): -12019510 or 13277256. OLE color: 13277256.

HSL color Cylindrical-coordinate representation of color #4898CA: hue angle of 203.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4898CA is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 152 202 -
CMYK 0.64 0.25 0 0.21
HSL 203.08º 0.55% 0.54% -
HSV(B) 203.08º 0.64% 0.79% -
XYZ 24.56 28.1 60.01 -
YUV 133.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 72 152 202 0.64 0.25 0 0.21 203.08 0.55 0.54
Hex 48 98 CA 40 19 0 15 CB 37 36
Octal 110 230 312 100 31 0 25 313 67 66
Binary 1001000 10011000 11001010 1000000 11001 0 10101 11001011 110111 110110

Color Harmonies of #4898CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4898CA

Black with #4898CA

Text Example


Text Example

White with #4898CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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