Html Css Color HEX #4793CA Picton Blue

📋 copy color: '#4793CA'

red 71 ◦ green 147 ◦ blue 202

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

Shades of Picton Blue #4793CA

Tints of Picton Blue #4793CA

RGB

 RED value IS 71 (28.13% from 255) = 16.9%

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 16.9%
G = 35%
B = 48.1%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4793CA (or 0x4793CA) is known color: Picton Blue. HEX triplet: 47, 93 and CA. RGB value is (71,147,202). Sum of RGB (Red+Green+Blue) = 71+147+202=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #4793CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4793CA is #B86C35. Grayscale: #828282. Windows color (decimal): -12086326 or 13275975. OLE color: 13275975.

HSL color Cylindrical-coordinate representation of color #4793CA: hue angle of 205.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4793CA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 147 202 -
CMYK 0.65 0.27 0 0.21
HSL 205.19º 0.55% 0.54% -
HSV(B) 205.19º 0.65% 0.79% -
XYZ 23.69 26.47 59.74 -
YUV 130.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 71 147 202 0.65 0.27 0 0.21 205.19 0.55 0.54
Hex 47 93 CA 41 1B 0 15 CD 37 36
Octal 107 223 312 101 33 0 25 315 67 66
Binary 1000111 10010011 11001010 1000001 11011 0 10101 11001101 110111 110110

Color Harmonies of #4793CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4793CA

Black with #4793CA

Text Example


Text Example

White with #4793CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4793CA; }

 p { color: rgb(71,147,202); }

 H1.HeaderClassName
 {
   color: #4793CA;
 }
 .AnyTagClassName
 {
   color: #4793CA;
 }
</style>

background-color css

<style>
 a { background-color: #4793CA; }

 a { background-color: rgb(71,147,202); }

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

border-color css

<style>
 span { border-color: #4793CA; }

 span { border-color: rgb(71,147,202); }

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