Html Css Color HEX #4C92DC Picton Blue

📋 copy color: '#4C92DC'

red 76 ◦ green 146 ◦ blue 220

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

Shades of Picton Blue #4C92DC

Tints of Picton Blue #4C92DC

RGB

 RED value IS 76 (30.08% from 255) = 17.19%

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 17.19%
G = 33.03%
B = 49.77%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C92DC (or 0x4C92DC) is known color: Picton Blue. HEX triplet: 4C, 92 and DC. RGB value is (76,146,220). Sum of RGB (Red+Green+Blue) = 76+146+220=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C92DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92DC is #B36D23. Grayscale: #858585. Windows color (decimal): -11758884 or 14455372. OLE color: 14455372.

HSL color Cylindrical-coordinate representation of color #4C92DC: hue angle of 210.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C92DC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 146 220 -
CMYK 0.65 0.34 0 0.14
HSL 210.83º 0.67% 0.58% -
HSV(B) 210.83º 0.65% 0.86% -
XYZ 26.18 27.26 71.59 -
YUV 133.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 76 146 220 0.65 0.34 0 0.14 210.83 0.67 0.58
Hex 4C 92 DC 41 22 0 E D3 43 3A
Octal 114 222 334 101 42 0 16 323 103 72
Binary 1001100 10010010 11011100 1000001 100010 0 1110 11010011 1000011 111010

Color Harmonies of #4C92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C92DC

Black with #4C92DC

Text Example


Text Example

White with #4C92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,220); }

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

background-color css

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

 a { background-color: rgb(76,146,220); }

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

border-color css

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

 span { border-color: rgb(76,146,220); }

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