Html Css Color HEX #4F94CA Picton Blue

📋 copy color: '#4F94CA'

red 79 ◦ green 148 ◦ blue 202

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

Shades of Picton Blue #4F94CA

Tints of Picton Blue #4F94CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 18.41%
G = 34.5%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4F94CA (or 0x4F94CA) is known color: Picton Blue. HEX triplet: 4F, 94 and CA. RGB value is (79,148,202). Sum of RGB (Red+Green+Blue) = 79+148+202=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F94CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F94CA is #B06B35. Grayscale: #858585. Windows color (decimal): -11561782 or 13276239. OLE color: 13276239.

HSL color Cylindrical-coordinate representation of color #4F94CA: hue angle of 206.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F94CA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 148 202 -
CMYK 0.61 0.27 0 0.21
HSL 206.34º 0.54% 0.55% -
HSV(B) 206.34º 0.61% 0.79% -
XYZ 24.48 27.11 59.82 -
YUV 133.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 79 148 202 0.61 0.27 0 0.21 206.34 0.54 0.55
Hex 4F 94 CA 3D 1B 0 15 CE 36 37
Octal 117 224 312 75 33 0 25 316 66 67
Binary 1001111 10010100 11001010 111101 11011 0 10101 11001110 110110 110111

Color Harmonies of #4F94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F94CA

Black with #4F94CA

Text Example


Text Example

White with #4F94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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