Html Css Color HEX #4FA4D3 Picton Blue

📋 copy color: '#4FA4D3'

red 79 ◦ green 164 ◦ blue 211

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

Shades of Picton Blue #4FA4D3

Tints of Picton Blue #4FA4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 17.4%
G = 36.12%
B = 46.48%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4FA4D3 (or 0x4FA4D3) is known color: Picton Blue. HEX triplet: 4F, A4 and D3. RGB value is (79,164,211). Sum of RGB (Red+Green+Blue) = 79+164+211=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #4FA4D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4D3 is #B05B2C. Grayscale: #8F8F8F. Windows color (decimal): -11557677 or 13870159. OLE color: 13870159.

HSL color Cylindrical-coordinate representation of color #4FA4D3: hue angle of 201.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FA4D3 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 79 164 211 -
CMYK 0.63 0.22 0 0.17
HSL 201.36º 0.6% 0.57% -
HSV(B) 201.36º 0.63% 0.83% -
XYZ 28.26 32.92 66.49 -
YUV 143.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 79 164 211 0.63 0.22 0 0.17 201.36 0.6 0.57
Hex 4F A4 D3 3F 16 0 11 C9 3C 39
Octal 117 244 323 77 26 0 21 311 74 71
Binary 1001111 10100100 11010011 111111 10110 0 10001 11001001 111100 111001

Color Harmonies of #4FA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA4D3

Black with #4FA4D3

Text Example


Text Example

White with #4FA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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