Html Css Color HEX #4392DC Picton Blue

📋 copy color: '#4392DC'

red 67 ◦ green 146 ◦ blue 220

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

Shades of Picton Blue #4392DC

Tints of Picton Blue #4392DC

RGB

 RED value IS 67 (26.56% from 255) = 15.47%

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

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

R = 15.47%
G = 33.72%
B = 50.81%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4392DC (or 0x4392DC) is known color: Picton Blue. HEX triplet: 43, 92 and DC. RGB value is (67,146,220). Sum of RGB (Red+Green+Blue) = 67+146+220=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #4392DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4392DC is #BC6D23. Grayscale: #828282. Windows color (decimal): -12348708 or 14455363. OLE color: 14455363.

HSL color Cylindrical-coordinate representation of color #4392DC: hue angle of 209.02º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4392DC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 146 220 -
CMYK 0.70 0.34 0 0.14
HSL 209.02º 0.69% 0.56% -
HSV(B) 209.02º 0.7% 0.86% -
XYZ 25.51 26.92 71.56 -
YUV 130.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 67 146 220 0.70 0.34 0 0.14 209.02 0.69 0.56
Hex 43 92 DC 46 22 0 E D1 45 38
Octal 103 222 334 106 42 0 16 321 105 70
Binary 1000011 10010010 11011100 1000110 100010 0 1110 11010001 1000101 111000

Color Harmonies of #4392DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4392DC

Black with #4392DC

Text Example


Text Example

White with #4392DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4392DC; }

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

 H1.HeaderClassName
 {
   color: #4392DC;
 }
 .AnyTagClassName
 {
   color: #4392DC;
 }
</style>

background-color css

<style>
 a { background-color: #4392DC; }

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

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

border-color css

<style>
 span { border-color: #4392DC; }

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

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