Html Css Color HEX #4891CC Picton Blue

📋 copy color: '#4891CC'

red 72 ◦ green 145 ◦ blue 204

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

Shades of Picton Blue #4891CC

Tints of Picton Blue #4891CC

RGB

 RED value IS 72 (28.52% from 255) = 17.1%

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

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

R = 17.1%
G = 34.44%
B = 48.46%

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

#4891CC (or 0x4891CC) is known color: Picton Blue. HEX triplet: 48, 91 and CC. RGB value is (72,145,204). Sum of RGB (Red+Green+Blue) = 72+145+204=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 145 (57.03% from 255 or 34.44% 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 #4891CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891CC is #B76E33. Grayscale: #818181. Windows color (decimal): -12021300 or 13406536. OLE color: 13406536.

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

Color convert

RGB 72 145 204 -
CMYK 0.65 0.29 0 0.2
HSL 206.82º 0.56% 0.54% -
HSV(B) 206.82º 0.65% 0.8% -
XYZ 23.7 25.99 60.89 -
YUV 129.9 169.82 86.7 -
System Red Green Blue C M Y K H S L
Decimal 72 145 204 0.65 0.29 0 0.2 206.82 0.56 0.54
Hex 48 91 CC 41 1D 0 14 CF 38 36
Octal 110 221 314 101 35 0 24 317 70 66
Binary 1001000 10010001 11001100 1000001 11101 0 10100 11001111 111000 110110

Color Harmonies of #4891CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4891CC

Black with #4891CC

Text Example


Text Example

White with #4891CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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