Html Css Color HEX #4E98CF Picton Blue

📋 copy color: '#4E98CF'

red 78 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #4E98CF

Tints of Picton Blue #4E98CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

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

R = 17.85%
G = 34.78%
B = 47.37%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E98CF (or 0x4E98CF) is known color: Picton Blue. HEX triplet: 4E, 98 and CF. RGB value is (78,152,207). Sum of RGB (Red+Green+Blue) = 78+152+207=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E98CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E98CF is #B16730. Grayscale: #878787. Windows color (decimal): -11626289 or 13604942. OLE color: 13604942.

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

Color convert

RGB 78 152 207 -
CMYK 0.62 0.27 0 0.19
HSL 205.58º 0.57% 0.56% -
HSV(B) 205.58º 0.62% 0.81% -
XYZ 25.63 28.58 63.2 -
YUV 136.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 78 152 207 0.62 0.27 0 0.19 205.58 0.57 0.56
Hex 4E 98 CF 3E 1B 0 13 CE 39 38
Octal 116 230 317 76 33 0 23 316 71 70
Binary 1001110 10011000 11001111 111110 11011 0 10011 11001110 111001 111000

Color Harmonies of #4E98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E98CF

Black with #4E98CF

Text Example


Text Example

White with #4E98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,152,207); }

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

background-color css

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

 a { background-color: rgb(78,152,207); }

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

border-color css

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

 span { border-color: rgb(78,152,207); }

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