Html Css Color HEX #4794CC Picton Blue

📋 copy color: '#4794CC'

red 71 ◦ green 148 ◦ blue 204

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

Shades of Picton Blue #4794CC

Tints of Picton Blue #4794CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

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

R = 16.78%
G = 34.99%
B = 48.23%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4794CC (or 0x4794CC) is known color: Picton Blue. HEX triplet: 47, 94 and CC. RGB value is (71,148,204). Sum of RGB (Red+Green+Blue) = 71+148+204=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #4794CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4794CC is #B86B33. Grayscale: #838383. Windows color (decimal): -12086068 or 13407303. OLE color: 13407303.

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

Color convert

RGB 71 148 204 -
CMYK 0.65 0.27 0 0.2
HSL 205.26º 0.57% 0.54% -
HSV(B) 205.26º 0.65% 0.8% -
XYZ 24.09 26.88 61.05 -
YUV 131.36 168.99 84.95 -
System Red Green Blue C M Y K H S L
Decimal 71 148 204 0.65 0.27 0 0.2 205.26 0.57 0.54
Hex 47 94 CC 41 1B 0 14 CD 39 36
Octal 107 224 314 101 33 0 24 315 71 66
Binary 1000111 10010100 11001100 1000001 11011 0 10100 11001101 111001 110110

Color Harmonies of #4794CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4794CC

Black with #4794CC

Text Example


Text Example

White with #4794CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,148,204); }

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

background-color css

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

 a { background-color: rgb(71,148,204); }

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

border-color css

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

 span { border-color: rgb(71,148,204); }

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