Html Css Color HEX #4995CF Picton Blue

📋 copy color: '#4995CF'

red 73 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #4995CF

Tints of Picton Blue #4995CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

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

R = 17.02%
G = 34.73%
B = 48.25%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4995CF (or 0x4995CF) is known color: Picton Blue. HEX triplet: 49, 95 and CF. RGB value is (73,149,207). Sum of RGB (Red+Green+Blue) = 73+149+207=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #4995CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995CF is #B66A30. Grayscale: #848484. Windows color (decimal): -11954737 or 13604169. OLE color: 13604169.

HSL color Cylindrical-coordinate representation of color #4995CF: hue angle of 205.97º 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 #4995CF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 149 207 -
CMYK 0.65 0.28 0 0.19
HSL 205.97º 0.58% 0.55% -
HSV(B) 205.97º 0.65% 0.81% -
XYZ 24.76 27.42 63.02 -
YUV 132.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 73 149 207 0.65 0.28 0 0.19 205.97 0.58 0.55
Hex 49 95 CF 41 1C 0 13 CE 3A 37
Octal 111 225 317 101 34 0 23 316 72 67
Binary 1001001 10010101 11001111 1000001 11100 0 10011 11001110 111010 110111

Color Harmonies of #4995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4995CF

Black with #4995CF

Text Example


Text Example

White with #4995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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