Html Css Color HEX #4692DC Picton Blue

📋 copy color: '#4692DC'

red 70 ◦ green 146 ◦ blue 220

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

Shades of Picton Blue #4692DC

Tints of Picton Blue #4692DC

RGB

 RED value IS 70 (27.73% from 255) = 16.06%

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

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

R = 16.06%
G = 33.49%
B = 50.46%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4692DC (or 0x4692DC) is known color: Picton Blue. HEX triplet: 46, 92 and DC. RGB value is (70,146,220). Sum of RGB (Red+Green+Blue) = 70+146+220=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #4692DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692DC is #B96D23. Grayscale: #838383. Windows color (decimal): -12152100 or 14455366. OLE color: 14455366.

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

Color convert

RGB 70 146 220 -
CMYK 0.68 0.34 0 0.14
HSL 209.6º 0.68% 0.57% -
HSV(B) 209.6º 0.68% 0.86% -
XYZ 25.72 27.03 71.57 -
YUV 131.71 177.82 83.98 -
System Red Green Blue C M Y K H S L
Decimal 70 146 220 0.68 0.34 0 0.14 209.6 0.68 0.57
Hex 46 92 DC 44 22 0 E D2 44 39
Octal 106 222 334 104 42 0 16 322 104 71
Binary 1000110 10010010 11011100 1000100 100010 0 1110 11010010 1000100 111001

Color Harmonies of #4692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4692DC

Black with #4692DC

Text Example


Text Example

White with #4692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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