Html Css Color HEX #4F96CE Picton Blue

📋 copy color: '#4F96CE'

red 79 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #4F96CE

Tints of Picton Blue #4F96CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 18.16%
G = 34.48%
B = 47.36%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F96CE (or 0x4F96CE) is known color: Picton Blue. HEX triplet: 4F, 96 and CE. RGB value is (79,150,206). Sum of RGB (Red+Green+Blue) = 79+150+206=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F96CE is #B06931. Grayscale: #868686. Windows color (decimal): -11561266 or 13538895. OLE color: 13538895.

HSL color Cylindrical-coordinate representation of color #4F96CE: hue angle of 206.46º degrees, saturation: 0.56, 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 #4F96CE is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 150 206 -
CMYK 0.62 0.27 0 0.19
HSL 206.46º 0.56% 0.56% -
HSV(B) 206.46º 0.62% 0.81% -
XYZ 25.27 27.93 62.45 -
YUV 135.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 79 150 206 0.62 0.27 0 0.19 206.46 0.56 0.56
Hex 4F 96 CE 3E 1B 0 13 CE 38 38
Octal 117 226 316 76 33 0 23 316 70 70
Binary 1001111 10010110 11001110 111110 11011 0 10011 11001110 111000 111000

Color Harmonies of #4F96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F96CE

Black with #4F96CE

Text Example


Text Example

White with #4F96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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