Html Css Color HEX #4FA4CC Picton Blue

📋 copy color: '#4FA4CC'

red 79 ◦ green 164 ◦ blue 204

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

Shades of Picton Blue #4FA4CC

Tints of Picton Blue #4FA4CC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 17.67%
G = 36.69%
B = 45.64%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FA4CC (or 0x4FA4CC) is known color: Picton Blue. HEX triplet: 4F, A4 and CC. RGB value is (79,164,204). Sum of RGB (Red+Green+Blue) = 79+164+204=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FA4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4CC is #B05B33. Grayscale: #8E8E8E. Windows color (decimal): -11557684 or 13411407. OLE color: 13411407.

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

Color convert

RGB 79 164 204 -
CMYK 0.61 0.20 0 0.2
HSL 199.2º 0.55% 0.55% -
HSV(B) 199.2º 0.61% 0.8% -
XYZ 27.4 32.57 61.97 -
YUV 143.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 79 164 204 0.61 0.20 0 0.2 199.2 0.55 0.55
Hex 4F A4 CC 3D 14 0 14 C7 37 37
Octal 117 244 314 75 24 0 24 307 67 67
Binary 1001111 10100100 11001100 111101 10100 0 10100 11000111 110111 110111

Color Harmonies of #4FA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA4CC

Black with #4FA4CC

Text Example


Text Example

White with #4FA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,164,204); }

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

background-color css

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

 a { background-color: rgb(79,164,204); }

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

border-color css

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

 span { border-color: rgb(79,164,204); }

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