Html Css Color HEX #4F96CF Picton Blue

📋 copy color: '#4F96CF'

red 79 ◦ green 150 ◦ blue 207

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

Shades of Picton Blue #4F96CF

Tints of Picton Blue #4F96CF

RGB

 RED value IS 79 (31.25% from 255) = 18.12%

 GREEN value IS 150 (58.98% from 255) = 34.4%

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

R = 18.12%
G = 34.4%
B = 47.48%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F96CF (or 0x4F96CF) is known color: Picton Blue. HEX triplet: 4F, 96 and CF. RGB value is (79,150,207). Sum of RGB (Red+Green+Blue) = 79+150+207=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F96CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F96CF is #B06930. Grayscale: #868686. Windows color (decimal): -11561265 or 13604431. OLE color: 13604431.

HSL color Cylindrical-coordinate representation of color #4F96CF: hue angle of 206.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F96CF is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 150 207 -
CMYK 0.62 0.28 0 0.19
HSL 206.72º 0.57% 0.56% -
HSV(B) 206.72º 0.62% 0.81% -
XYZ 25.39 27.98 63.09 -
YUV 135.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 79 150 207 0.62 0.28 0 0.19 206.72 0.57 0.56
Hex 4F 96 CF 3E 1C 0 13 CF 39 38
Octal 117 226 317 76 34 0 23 317 71 70
Binary 1001111 10010110 11001111 111110 11100 0 10011 11001111 111001 111000

Color Harmonies of #4F96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F96CF

Black with #4F96CF

Text Example


Text Example

White with #4F96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F96CF; }

 p { color: rgb(79,150,207); }

 H1.HeaderClassName
 {
   color: #4F96CF;
 }
 .AnyTagClassName
 {
   color: #4F96CF;
 }
</style>

background-color css

<style>
 a { background-color: #4F96CF; }

 a { background-color: rgb(79,150,207); }

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

border-color css

<style>
 span { border-color: #4F96CF; }

 span { border-color: rgb(79,150,207); }

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