Html Css Color HEX #4F9BDB Picton Blue

📋 copy color: '#4F9BDB'

red 79 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #4F9BDB

Tints of Picton Blue #4F9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.22%

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 17.44%
G = 34.22%
B = 48.34%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F9BDB (or 0x4F9BDB) is known color: Picton Blue. HEX triplet: 4F, 9B and DB. RGB value is (79,155,219). Sum of RGB (Red+Green+Blue) = 79+155+219=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9BDB is #B06424. Grayscale: #8B8B8B. Windows color (decimal): -11559973 or 14392143. OLE color: 14392143.

HSL color Cylindrical-coordinate representation of color #4F9BDB: hue angle of 207.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9BDB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 155 219 -
CMYK 0.64 0.29 0 0.14
HSL 207.43º 0.66% 0.58% -
HSV(B) 207.43º 0.64% 0.86% -
XYZ 27.73 30.22 71.39 -
YUV 139.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 79 155 219 0.64 0.29 0 0.14 207.43 0.66 0.58
Hex 4F 9B DB 40 1D 0 E CF 42 3A
Octal 117 233 333 100 35 0 16 317 102 72
Binary 1001111 10011011 11011011 1000000 11101 0 1110 11001111 1000010 111010

Color Harmonies of #4F9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9BDB

Black with #4F9BDB

Text Example


Text Example

White with #4F9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,155,219); }

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

background-color css

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

 a { background-color: rgb(79,155,219); }

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

border-color css

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

 span { border-color: rgb(79,155,219); }

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