Html Css Color HEX #4693CE Picton Blue

📋 copy color: '#4693CE'

red 70 ◦ green 147 ◦ blue 206

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

Shades of Picton Blue #4693CE

Tints of Picton Blue #4693CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 16.55%
G = 34.75%
B = 48.7%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4693CE (or 0x4693CE) is known color: Picton Blue. HEX triplet: 46, 93 and CE. RGB value is (70,147,206). Sum of RGB (Red+Green+Blue) = 70+147+206=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4693CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4693CE is #B96C31. Grayscale: #828282. Windows color (decimal): -12151858 or 13538118. OLE color: 13538118.

HSL color Cylindrical-coordinate representation of color #4693CE: hue angle of 206.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4693CE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 147 206 -
CMYK 0.66 0.29 0 0.19
HSL 206.03º 0.58% 0.54% -
HSV(B) 206.03º 0.66% 0.81% -
XYZ 24.1 26.63 62.26 -
YUV 130.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 70 147 206 0.66 0.29 0 0.19 206.03 0.58 0.54
Hex 46 93 CE 42 1D 0 13 CE 3A 36
Octal 106 223 316 102 35 0 23 316 72 66
Binary 1000110 10010011 11001110 1000010 11101 0 10011 11001110 111010 110110

Color Harmonies of #4693CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4693CE

Black with #4693CE

Text Example


Text Example

White with #4693CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4693CE; }

 p { color: rgb(70,147,206); }

 H1.HeaderClassName
 {
   color: #4693CE;
 }
 .AnyTagClassName
 {
   color: #4693CE;
 }
</style>

background-color css

<style>
 a { background-color: #4693CE; }

 a { background-color: rgb(70,147,206); }

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

border-color css

<style>
 span { border-color: #4693CE; }

 span { border-color: rgb(70,147,206); }

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