Html Css Color HEX #4299CF Picton Blue

📋 copy color: '#4299CF'

red 66 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #4299CF

Tints of Picton Blue #4299CF

RGB

 RED value IS 66 (26.17% from 255) = 15.49%

 GREEN value IS 153 (60.16% from 255) = 35.92%

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

R = 15.49%
G = 35.92%
B = 48.59%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4299CF (or 0x4299CF) is known color: Picton Blue. HEX triplet: 42, 99 and CF. RGB value is (66,153,207). Sum of RGB (Red+Green+Blue) = 66+153+207=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #4299CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4299CF is #BD6630. Grayscale: #848484. Windows color (decimal): -12412465 or 13605186. OLE color: 13605186.

HSL color Cylindrical-coordinate representation of color #4299CF: hue angle of 202.98º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4299CF is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 153 207 -
CMYK 0.68 0.26 0 0.19
HSL 202.98º 0.59% 0.54% -
HSV(B) 202.98º 0.68% 0.81% -
XYZ 24.9 28.45 63.21 -
YUV 133.14 169.68 80.11 -
System Red Green Blue C M Y K H S L
Decimal 66 153 207 0.68 0.26 0 0.19 202.98 0.59 0.54
Hex 42 99 CF 44 1A 0 13 CB 3B 36
Octal 102 231 317 104 32 0 23 313 73 66
Binary 1000010 10011001 11001111 1000100 11010 0 10011 11001011 111011 110110

Color Harmonies of #4299CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299CF

Black with #4299CF

Text Example


Text Example

White with #4299CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4299CF; }

 p { color: rgb(66,153,207); }

 H1.HeaderClassName
 {
   color: #4299CF;
 }
 .AnyTagClassName
 {
   color: #4299CF;
 }
</style>

background-color css

<style>
 a { background-color: #4299CF; }

 a { background-color: rgb(66,153,207); }

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

border-color css

<style>
 span { border-color: #4299CF; }

 span { border-color: rgb(66,153,207); }

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