Html Css Color HEX #4D99CA Picton Blue

📋 copy color: '#4D99CA'

red 77 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #4D99CA

Tints of Picton Blue #4D99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.42%

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

R = 17.82%
G = 35.42%
B = 46.76%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D99CA (or 0x4D99CA) is known color: Picton Blue. HEX triplet: 4D, 99 and CA. RGB value is (77,153,202). Sum of RGB (Red+Green+Blue) = 77+153+202=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D99CA is #B26635. Grayscale: #878787. Windows color (decimal): -11691574 or 13277517. OLE color: 13277517.

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

Color convert

RGB 77 153 202 -
CMYK 0.62 0.24 0 0.21
HSL 203.52º 0.54% 0.55% -
HSV(B) 203.52º 0.62% 0.79% -
XYZ 25.11 28.62 60.08 -
YUV 135.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 77 153 202 0.62 0.24 0 0.21 203.52 0.54 0.55
Hex 4D 99 CA 3E 18 0 15 CC 36 37
Octal 115 231 312 76 30 0 25 314 66 67
Binary 1001101 10011001 11001010 111110 11000 0 10101 11001100 110110 110111

Color Harmonies of #4D99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D99CA

Black with #4D99CA

Text Example


Text Example

White with #4D99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,153,202); }

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

background-color css

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

 a { background-color: rgb(77,153,202); }

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

border-color css

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

 span { border-color: rgb(77,153,202); }

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