Html Css Color HEX #4997CC Picton Blue

📋 copy color: '#4997CC'

red 73 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #4997CC

Tints of Picton Blue #4997CC

RGB

 RED value IS 73 (28.91% from 255) = 17.06%

 GREEN value IS 151 (59.38% from 255) = 35.28%

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

R = 17.06%
G = 35.28%
B = 47.66%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4997CC (or 0x4997CC) is known color: Picton Blue. HEX triplet: 49, 97 and CC. RGB value is (73,151,204). Sum of RGB (Red+Green+Blue) = 73+151+204=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #4997CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997CC is #B66833. Grayscale: #858585. Windows color (decimal): -11954228 or 13408073. OLE color: 13408073.

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

Color convert

RGB 73 151 204 -
CMYK 0.64 0.26 0 0.2
HSL 204.27º 0.56% 0.54% -
HSV(B) 204.27º 0.64% 0.8% -
XYZ 24.71 27.91 61.21 -
YUV 133.72 167.66 84.69 -
System Red Green Blue C M Y K H S L
Decimal 73 151 204 0.64 0.26 0 0.2 204.27 0.56 0.54
Hex 49 97 CC 40 1A 0 14 CC 38 36
Octal 111 227 314 100 32 0 24 314 70 66
Binary 1001001 10010111 11001100 1000000 11010 0 10100 11001100 111000 110110

Color Harmonies of #4997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4997CC

Black with #4997CC

Text Example


Text Example

White with #4997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,151,204); }

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

background-color css

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

 a { background-color: rgb(73,151,204); }

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

border-color css

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

 span { border-color: rgb(73,151,204); }

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