Html Css Color HEX #4A98CE Picton Blue

📋 copy color: '#4A98CE'

red 74 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4A98CE

Tints of Picton Blue #4A98CE

RGB

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

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

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

R = 17.13%
G = 35.19%
B = 47.69%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A98CE (or 0x4A98CE) is known color: Picton Blue. HEX triplet: 4A, 98 and CE. RGB value is (74,152,206). Sum of RGB (Red+Green+Blue) = 74+152+206=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A98CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A98CE is #B56731. Grayscale: #868686. Windows color (decimal): -11888434 or 13539402. OLE color: 13539402.

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

Color convert

RGB 74 152 206 -
CMYK 0.64 0.26 0 0.19
HSL 204.55º 0.57% 0.55% -
HSV(B) 204.55º 0.64% 0.81% -
XYZ 25.19 28.37 62.54 -
YUV 134.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 74 152 206 0.64 0.26 0 0.19 204.55 0.57 0.55
Hex 4A 98 CE 40 1A 0 13 CD 39 37
Octal 112 230 316 100 32 0 23 315 71 67
Binary 1001010 10011000 11001110 1000000 11010 0 10011 11001101 111001 110111

Color Harmonies of #4A98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A98CE

Black with #4A98CE

Text Example


Text Example

White with #4A98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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