Html Css Color HEX #4F94CF Picton Blue

📋 copy color: '#4F94CF'

red 79 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #4F94CF

Tints of Picton Blue #4F94CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 18.2%
G = 34.1%
B = 47.7%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F94CF (or 0x4F94CF) is known color: Picton Blue. HEX triplet: 4F, 94 and CF. RGB value is (79,148,207). Sum of RGB (Red+Green+Blue) = 79+148+207=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F94CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F94CF is #B06B30. Grayscale: #858585. Windows color (decimal): -11561777 or 13603919. OLE color: 13603919.

HSL color Cylindrical-coordinate representation of color #4F94CF: hue angle of 207.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F94CF is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 148 207 -
CMYK 0.62 0.29 0 0.19
HSL 207.66º 0.57% 0.56% -
HSV(B) 207.66º 0.62% 0.81% -
XYZ 25.08 27.35 62.99 -
YUV 134.1 169.14 88.7 -
System Red Green Blue C M Y K H S L
Decimal 79 148 207 0.62 0.29 0 0.19 207.66 0.57 0.56
Hex 4F 94 CF 3E 1D 0 13 D0 39 38
Octal 117 224 317 76 35 0 23 320 71 70
Binary 1001111 10010100 11001111 111110 11101 0 10011 11010000 111001 111000

Color Harmonies of #4F94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F94CF

Black with #4F94CF

Text Example


Text Example

White with #4F94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,148,207); }

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

background-color css

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

 a { background-color: rgb(79,148,207); }

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

border-color css

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

 span { border-color: rgb(79,148,207); }

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