Html Css Color HEX #4994CF Picton Blue

📋 copy color: '#4994CF'

red 73 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #4994CF

Tints of Picton Blue #4994CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 17.06%
G = 34.58%
B = 48.36%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4994CF (or 0x4994CF) is known color: Picton Blue. HEX triplet: 49, 94 and CF. RGB value is (73,148,207). Sum of RGB (Red+Green+Blue) = 73+148+207=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #4994CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994CF is #B66B30. Grayscale: #838383. Windows color (decimal): -11954993 or 13603913. OLE color: 13603913.

HSL color Cylindrical-coordinate representation of color #4994CF: hue angle of 206.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4994CF is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 148 207 -
CMYK 0.65 0.29 0 0.19
HSL 206.42º 0.58% 0.55% -
HSV(B) 206.42º 0.65% 0.81% -
XYZ 24.6 27.1 62.97 -
YUV 132.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 73 148 207 0.65 0.29 0 0.19 206.42 0.58 0.55
Hex 49 94 CF 41 1D 0 13 CE 3A 37
Octal 111 224 317 101 35 0 23 316 72 67
Binary 1001001 10010100 11001111 1000001 11101 0 10011 11001110 111010 110111

Color Harmonies of #4994CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994CF

Black with #4994CF

Text Example


Text Example

White with #4994CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4994CF; }

 p { color: rgb(73,148,207); }

 H1.HeaderClassName
 {
   color: #4994CF;
 }
 .AnyTagClassName
 {
   color: #4994CF;
 }
</style>

background-color css

<style>
 a { background-color: #4994CF; }

 a { background-color: rgb(73,148,207); }

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

border-color css

<style>
 span { border-color: #4994CF; }

 span { border-color: rgb(73,148,207); }

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