Html Css Color HEX #4698DA Picton Blue

📋 copy color: '#4698DA'

red 70 ◦ green 152 ◦ blue 218

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

Shades of Picton Blue #4698DA

Tints of Picton Blue #4698DA

RGB

 RED value IS 70 (27.73% from 255) = 15.91%

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 15.91%
G = 34.55%
B = 49.55%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4698DA (or 0x4698DA) is known color: Picton Blue. HEX triplet: 46, 98 and DA. RGB value is (70,152,218). Sum of RGB (Red+Green+Blue) = 70+152+218=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #4698DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698DA is #B96725. Grayscale: #868686. Windows color (decimal): -12150566 or 14325830. OLE color: 14325830.

HSL color Cylindrical-coordinate representation of color #4698DA: hue angle of 206.76º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4698DA is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 152 218 -
CMYK 0.68 0.30 0 0.15
HSL 206.76º 0.67% 0.56% -
HSV(B) 206.76º 0.68% 0.85% -
XYZ 26.41 28.82 70.5 -
YUV 135.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 70 152 218 0.68 0.30 0 0.15 206.76 0.67 0.56
Hex 46 98 DA 44 1E 0 F CF 43 38
Octal 106 230 332 104 36 0 17 317 103 70
Binary 1000110 10011000 11011010 1000100 11110 0 1111 11001111 1000011 111000

Color Harmonies of #4698DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4698DA

Black with #4698DA

Text Example


Text Example

White with #4698DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4698DA; }

 p { color: rgb(70,152,218); }

 H1.HeaderClassName
 {
   color: #4698DA;
 }
 .AnyTagClassName
 {
   color: #4698DA;
 }
</style>

background-color css

<style>
 a { background-color: #4698DA; }

 a { background-color: rgb(70,152,218); }

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

border-color css

<style>
 span { border-color: #4698DA; }

 span { border-color: rgb(70,152,218); }

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