Html Css Color HEX #4D98CE Picton Blue

📋 copy color: '#4D98CE'

red 77 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4D98CE

Tints of Picton Blue #4D98CE

RGB

 RED value IS 77 (30.47% from 255) = 17.7%

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

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

R = 17.7%
G = 34.94%
B = 47.36%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D98CE (or 0x4D98CE) is known color: Picton Blue. HEX triplet: 4D, 98 and CE. RGB value is (77,152,206). Sum of RGB (Red+Green+Blue) = 77+152+206=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D98CE is #B26731. Grayscale: #878787. Windows color (decimal): -11691826 or 13539405. OLE color: 13539405.

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

Color convert

RGB 77 152 206 -
CMYK 0.63 0.26 0 0.19
HSL 205.12º 0.57% 0.55% -
HSV(B) 205.12º 0.63% 0.81% -
XYZ 25.43 28.49 62.55 -
YUV 135.73 167.65 86.11 -
System Red Green Blue C M Y K H S L
Decimal 77 152 206 0.63 0.26 0 0.19 205.12 0.57 0.55
Hex 4D 98 CE 3F 1A 0 13 CD 39 37
Octal 115 230 316 77 32 0 23 315 71 67
Binary 1001101 10011000 11001110 111111 11010 0 10011 11001101 111001 110111

Color Harmonies of #4D98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D98CE

Black with #4D98CE

Text Example


Text Example

White with #4D98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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