Html Css Color HEX #4698CA Picton Blue

📋 copy color: '#4698CA'

red 70 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #4698CA

Tints of Picton Blue #4698CA

RGB

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

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

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

R = 16.51%
G = 35.85%
B = 47.64%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4698CA (or 0x4698CA) is known color: Picton Blue. HEX triplet: 46, 98 and CA. RGB value is (70,152,202). Sum of RGB (Red+Green+Blue) = 70+152+202=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #4698CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698CA is #B96735. Grayscale: #848484. Windows color (decimal): -12150582 or 13277254. OLE color: 13277254.

HSL color Cylindrical-coordinate representation of color #4698CA: hue angle of 202.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4698CA is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 152 202 -
CMYK 0.65 0.25 0 0.21
HSL 202.73º 0.55% 0.53% -
HSV(B) 202.73º 0.65% 0.79% -
XYZ 24.41 28.02 60 -
YUV 133.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 70 152 202 0.65 0.25 0 0.21 202.73 0.55 0.53
Hex 46 98 CA 41 19 0 15 CB 37 35
Octal 106 230 312 101 31 0 25 313 67 65
Binary 1000110 10011000 11001010 1000001 11001 0 10101 11001011 110111 110101

Color Harmonies of #4698CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4698CA

Black with #4698CA

Text Example


Text Example

White with #4698CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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