Html Css Color HEX #4F9FCB Picton Blue

📋 copy color: '#4F9FCB'

red 79 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #4F9FCB

Tints of Picton Blue #4F9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 17.91%
G = 36.05%
B = 46.03%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F9FCB (or 0x4F9FCB) is known color: Picton Blue. HEX triplet: 4F, 9F and CB. RGB value is (79,159,203). Sum of RGB (Red+Green+Blue) = 79+159+203=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9FCB is #B06034. Grayscale: #8B8B8B. Windows color (decimal): -11558965 or 13344591. OLE color: 13344591.

HSL color Cylindrical-coordinate representation of color #4F9FCB: hue angle of 201.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9FCB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 159 203 -
CMYK 0.61 0.22 0 0.20
HSL 201.29º 0.54% 0.55% -
HSV(B) 201.29º 0.61% 0.8% -
XYZ 26.4 30.77 61.05 -
YUV 140.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 79 159 203 0.61 0.22 0 0.20 201.29 0.54 0.55
Hex 4F 9F CB 3D 16 0 14 C9 36 37
Octal 117 237 313 75 26 0 24 311 66 67
Binary 1001111 10011111 11001011 111101 10110 0 10100 11001001 110110 110111

Color Harmonies of #4F9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9FCB

Black with #4F9FCB

Text Example


Text Example

White with #4F9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,159,203); }

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

background-color css

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

 a { background-color: rgb(79,159,203); }

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

border-color css

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

 span { border-color: rgb(79,159,203); }

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