Html Css Color HEX #4C92D7 Picton Blue

📋 copy color: '#4C92D7'

red 76 ◦ green 146 ◦ blue 215

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

Shades of Picton Blue #4C92D7

Tints of Picton Blue #4C92D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 17.39%
G = 33.41%
B = 49.2%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C92D7 (or 0x4C92D7) is known color: Picton Blue. HEX triplet: 4C, 92 and D7. RGB value is (76,146,215). Sum of RGB (Red+Green+Blue) = 76+146+215=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C92D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92D7 is #B36D28. Grayscale: #848484. Windows color (decimal): -11758889 or 14127692. OLE color: 14127692.

HSL color Cylindrical-coordinate representation of color #4C92D7: hue angle of 209.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C92D7 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 146 215 -
CMYK 0.65 0.32 0 0.16
HSL 209.78º 0.63% 0.57% -
HSV(B) 209.78º 0.65% 0.84% -
XYZ 25.53 27 68.16 -
YUV 132.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 76 146 215 0.65 0.32 0 0.16 209.78 0.63 0.57
Hex 4C 92 D7 41 20 0 10 D2 3F 39
Octal 114 222 327 101 40 0 20 322 77 71
Binary 1001100 10010010 11010111 1000001 100000 0 10000 11010010 111111 111001

Color Harmonies of #4C92D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C92D7

Black with #4C92D7

Text Example


Text Example

White with #4C92D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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