Html Css Color HEX #4D98CB Picton Blue

📋 copy color: '#4D98CB'

red 77 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #4D98CB

Tints of Picton Blue #4D98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 17.82%
G = 35.19%
B = 46.99%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D98CB (or 0x4D98CB) is known color: Picton Blue. HEX triplet: 4D, 98 and CB. RGB value is (77,152,203). Sum of RGB (Red+Green+Blue) = 77+152+203=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D98CB is #B26734. Grayscale: #878787. Windows color (decimal): -11691829 or 13342797. OLE color: 13342797.

HSL color Cylindrical-coordinate representation of color #4D98CB: hue angle of 204.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D98CB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 152 203 -
CMYK 0.62 0.25 0 0.20
HSL 204.29º 0.55% 0.55% -
HSV(B) 204.29º 0.62% 0.8% -
XYZ 25.07 28.35 60.65 -
YUV 135.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 77 152 203 0.62 0.25 0 0.20 204.29 0.55 0.55
Hex 4D 98 CB 3E 19 0 14 CC 37 37
Octal 115 230 313 76 31 0 24 314 67 67
Binary 1001101 10011000 11001011 111110 11001 0 10100 11001100 110111 110111

Color Harmonies of #4D98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D98CB

Black with #4D98CB

Text Example


Text Example

White with #4D98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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