Html Css Color HEX #4C92CE Picton Blue

📋 copy color: '#4C92CE'

red 76 ◦ green 146 ◦ blue 206

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

Shades of Picton Blue #4C92CE

Tints of Picton Blue #4C92CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 17.76%
G = 34.11%
B = 48.13%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C92CE (or 0x4C92CE) is known color: Picton Blue. HEX triplet: 4C, 92 and CE. RGB value is (76,146,206). Sum of RGB (Red+Green+Blue) = 76+146+206=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C92CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92CE is #B36D31. Grayscale: #838383. Windows color (decimal): -11758898 or 13537868. OLE color: 13537868.

HSL color Cylindrical-coordinate representation of color #4C92CE: hue angle of 207.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C92CE is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 146 206 -
CMYK 0.63 0.29 0 0.19
HSL 207.69º 0.57% 0.55% -
HSV(B) 207.69º 0.63% 0.81% -
XYZ 24.4 26.55 62.23 -
YUV 131.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 76 146 206 0.63 0.29 0 0.19 207.69 0.57 0.55
Hex 4C 92 CE 3F 1D 0 13 D0 39 37
Octal 114 222 316 77 35 0 23 320 71 67
Binary 1001100 10010010 11001110 111111 11101 0 10011 11010000 111001 110111

Color Harmonies of #4C92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C92CE

Black with #4C92CE

Text Example


Text Example

White with #4C92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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