Html Css Color HEX #4F9CCB Picton Blue

📋 copy color: '#4F9CCB'

red 79 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #4F9CCB

Tints of Picton Blue #4F9CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 18.04%
G = 35.62%
B = 46.35%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F9CCB (or 0x4F9CCB) is known color: Picton Blue. HEX triplet: 4F, 9C and CB. RGB value is (79,156,203). Sum of RGB (Red+Green+Blue) = 79+156+203=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9CCB is #B06334. Grayscale: #8A8A8A. Windows color (decimal): -11559733 or 13343823. OLE color: 13343823.

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

Color convert

RGB 79 156 203 -
CMYK 0.61 0.23 0 0.20
HSL 202.74º 0.54% 0.55% -
HSV(B) 202.74º 0.61% 0.8% -
XYZ 25.89 29.75 60.88 -
YUV 138.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 79 156 203 0.61 0.23 0 0.20 202.74 0.54 0.55
Hex 4F 9C CB 3D 17 0 14 CB 36 37
Octal 117 234 313 75 27 0 24 313 66 67
Binary 1001111 10011100 11001011 111101 10111 0 10100 11001011 110110 110111

Color Harmonies of #4F9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9CCB

Black with #4F9CCB

Text Example


Text Example

White with #4F9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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