Html Css Color HEX #4791CC Picton Blue

📋 copy color: '#4791CC'

red 71 ◦ green 145 ◦ blue 204

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

Shades of Picton Blue #4791CC

Tints of Picton Blue #4791CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

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

R = 16.9%
G = 34.52%
B = 48.57%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4791CC (or 0x4791CC) is known color: Picton Blue. HEX triplet: 47, 91 and CC. RGB value is (71,145,204). Sum of RGB (Red+Green+Blue) = 71+145+204=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #4791CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4791CC is #B86E33. Grayscale: #818181. Windows color (decimal): -12086836 or 13406535. OLE color: 13406535.

HSL color Cylindrical-coordinate representation of color #4791CC: hue angle of 206.62º 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 #4791CC is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 145 204 -
CMYK 0.65 0.29 0 0.2
HSL 206.62º 0.57% 0.54% -
HSV(B) 206.62º 0.65% 0.8% -
XYZ 23.62 25.95 60.89 -
YUV 129.6 169.98 86.2 -
System Red Green Blue C M Y K H S L
Decimal 71 145 204 0.65 0.29 0 0.2 206.62 0.57 0.54
Hex 47 91 CC 41 1D 0 14 CF 39 36
Octal 107 221 314 101 35 0 24 317 71 66
Binary 1000111 10010001 11001100 1000001 11101 0 10100 11001111 111001 110110

Color Harmonies of #4791CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4791CC

Black with #4791CC

Text Example


Text Example

White with #4791CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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