Html Css Color HEX #4D93CB Picton Blue

📋 copy color: '#4D93CB'

red 77 ◦ green 147 ◦ blue 203

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

Shades of Picton Blue #4D93CB

Tints of Picton Blue #4D93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

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

R = 18.03%
G = 34.43%
B = 47.54%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D93CB (or 0x4D93CB) is known color: Picton Blue. HEX triplet: 4D, 93 and CB. RGB value is (77,147,203). Sum of RGB (Red+Green+Blue) = 77+147+203=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D93CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D93CB is #B26C34. Grayscale: #848484. Windows color (decimal): -11693109 or 13341517. OLE color: 13341517.

HSL color Cylindrical-coordinate representation of color #4D93CB: hue angle of 206.67º 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 #4D93CB is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 147 203 -
CMYK 0.62 0.28 0 0.20
HSL 206.67º 0.55% 0.55% -
HSV(B) 206.67º 0.62% 0.8% -
XYZ 24.27 26.76 60.39 -
YUV 132.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 77 147 203 0.62 0.28 0 0.20 206.67 0.55 0.55
Hex 4D 93 CB 3E 1C 0 14 CF 37 37
Octal 115 223 313 76 34 0 24 317 67 67
Binary 1001101 10010011 11001011 111110 11100 0 10100 11001111 110111 110111

Color Harmonies of #4D93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D93CB

Black with #4D93CB

Text Example


Text Example

White with #4D93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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