Html Css Color HEX #4D92CB Picton Blue

📋 copy color: '#4D92CB'

red 77 ◦ green 146 ◦ blue 203

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

Shades of Picton Blue #4D92CB

Tints of Picton Blue #4D92CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

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

R = 18.08%
G = 34.27%
B = 47.65%

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

#4D92CB (or 0x4D92CB) is known color: Picton Blue. HEX triplet: 4D, 92 and CB. RGB value is (77,146,203). Sum of RGB (Red+Green+Blue) = 77+146+203=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D92CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D92CB is #B26D34. Grayscale: #838383. Windows color (decimal): -11693365 or 13341261. OLE color: 13341261.

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

Color convert

RGB 77 146 203 -
CMYK 0.62 0.28 0 0.20
HSL 207.14º 0.55% 0.55% -
HSV(B) 207.14º 0.62% 0.8% -
XYZ 24.12 26.45 60.33 -
YUV 131.87 168.14 88.87 -
System Red Green Blue C M Y K H S L
Decimal 77 146 203 0.62 0.28 0 0.20 207.14 0.55 0.55
Hex 4D 92 CB 3E 1C 0 14 CF 37 37
Octal 115 222 313 76 34 0 24 317 67 67
Binary 1001101 10010010 11001011 111110 11100 0 10100 11001111 110111 110111

Color Harmonies of #4D92CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D92CB

Black with #4D92CB

Text Example


Text Example

White with #4D92CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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