Html Css Color HEX #4FA3EA Picton Blue

📋 copy color: '#4FA3EA'

red 79 ◦ green 163 ◦ blue 234

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

Shades of Picton Blue #4FA3EA

Tints of Picton Blue #4FA3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 16.6%
G = 34.24%
B = 49.16%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FA3EA (or 0x4FA3EA) is known color: Picton Blue. HEX triplet: 4F, A3 and EA. RGB value is (79,163,234). Sum of RGB (Red+Green+Blue) = 79+163+234=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FA3EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA3EA is #B05C15. Grayscale: #919191. Windows color (decimal): -11557910 or 15377231. OLE color: 15377231.

HSL color Cylindrical-coordinate representation of color #4FA3EA: hue angle of 207.48º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FA3EA is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 163 234 -
CMYK 0.66 0.30 0 0.08
HSL 207.48º 0.79% 0.61% -
HSV(B) 207.48º 0.66% 0.92% -
XYZ 31.17 33.8 82.72 -
YUV 145.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 79 163 234 0.66 0.30 0 0.08 207.48 0.79 0.61
Hex 4F A3 EA 42 1E 0 8 CF 4F 3D
Octal 117 243 352 102 36 0 10 317 117 75
Binary 1001111 10100011 11101010 1000010 11110 0 1000 11001111 1001111 111101

Color Harmonies of #4FA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA3EA

Black with #4FA3EA

Text Example


Text Example

White with #4FA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,163,234); }

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

background-color css

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

 a { background-color: rgb(79,163,234); }

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

border-color css

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

 span { border-color: rgb(79,163,234); }

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