Html Css Color HEX #4F99CB Picton Blue

📋 copy color: '#4F99CB'

red 79 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #4F99CB

Tints of Picton Blue #4F99CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 18.16%
G = 35.17%
B = 46.67%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F99CB (or 0x4F99CB) is known color: Picton Blue. HEX triplet: 4F, 99 and CB. RGB value is (79,153,203). Sum of RGB (Red+Green+Blue) = 79+153+203=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F99CB is #B06634. Grayscale: #888888. Windows color (decimal): -11560501 or 13343055. OLE color: 13343055.

HSL color Cylindrical-coordinate representation of color #4F99CB: hue angle of 204.19º 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 #4F99CB is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 153 203 -
CMYK 0.61 0.25 0 0.20
HSL 204.19º 0.54% 0.55% -
HSV(B) 204.19º 0.61% 0.8% -
XYZ 25.4 28.76 60.71 -
YUV 136.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 79 153 203 0.61 0.25 0 0.20 204.19 0.54 0.55
Hex 4F 99 CB 3D 19 0 14 CC 36 37
Octal 117 231 313 75 31 0 24 314 66 67
Binary 1001111 10011001 11001011 111101 11001 0 10100 11001100 110110 110111

Color Harmonies of #4F99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F99CB

Black with #4F99CB

Text Example


Text Example

White with #4F99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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