Html Css Color HEX #4E94CA Picton Blue

📋 copy color: '#4E94CA'

red 78 ◦ green 148 ◦ blue 202

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

Shades of Picton Blue #4E94CA

Tints of Picton Blue #4E94CA

RGB

 RED value IS 78 (30.86% from 255) = 18.22%

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

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

R = 18.22%
G = 34.58%
B = 47.2%

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

#4E94CA (or 0x4E94CA) is known color: Picton Blue. HEX triplet: 4E, 94 and CA. RGB value is (78,148,202). Sum of RGB (Red+Green+Blue) = 78+148+202=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E94CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E94CA is #B16B35. Grayscale: #848484. Windows color (decimal): -11627318 or 13276238. OLE color: 13276238.

HSL color Cylindrical-coordinate representation of color #4E94CA: hue angle of 206.13º 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 #4E94CA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 148 202 -
CMYK 0.61 0.27 0 0.21
HSL 206.13º 0.54% 0.55% -
HSV(B) 206.13º 0.61% 0.79% -
XYZ 24.39 27.06 59.82 -
YUV 133.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 78 148 202 0.61 0.27 0 0.21 206.13 0.54 0.55
Hex 4E 94 CA 3D 1B 0 15 CE 36 37
Octal 116 224 312 75 33 0 25 316 66 67
Binary 1001110 10010100 11001010 111101 11011 0 10101 11001110 110110 110111

Color Harmonies of #4E94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E94CA

Black with #4E94CA

Text Example


Text Example

White with #4E94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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