Html Css Color HEX #4693CC Picton Blue

📋 copy color: '#4693CC'

red 70 ◦ green 147 ◦ blue 204

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

Shades of Picton Blue #4693CC

Tints of Picton Blue #4693CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 16.63%
G = 34.92%
B = 48.46%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4693CC (or 0x4693CC) is known color: Picton Blue. HEX triplet: 46, 93 and CC. RGB value is (70,147,204). Sum of RGB (Red+Green+Blue) = 70+147+204=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #4693CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4693CC is #B96C33. Grayscale: #828282. Windows color (decimal): -12151860 or 13407046. OLE color: 13407046.

HSL color Cylindrical-coordinate representation of color #4693CC: hue angle of 205.52º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4693CC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 147 204 -
CMYK 0.66 0.28 0 0.2
HSL 205.52º 0.57% 0.54% -
HSV(B) 205.52º 0.66% 0.8% -
XYZ 23.86 26.53 60.99 -
YUV 130.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 70 147 204 0.66 0.28 0 0.2 205.52 0.57 0.54
Hex 46 93 CC 42 1C 0 14 CE 39 36
Octal 106 223 314 102 34 0 24 316 71 66
Binary 1000110 10010011 11001100 1000010 11100 0 10100 11001110 111001 110110

Color Harmonies of #4693CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4693CC

Black with #4693CC

Text Example


Text Example

White with #4693CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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