Html Css Color HEX #42A4CD Viking

📋 copy color: '#42A4CD'

red 66 ◦ green 164 ◦ blue 205

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

Shades of Viking #42A4CD

Tints of Viking #42A4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 15.17%
G = 37.7%
B = 47.13%

CMYK

 C value IS 0.68

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#42A4CD (or 0x42A4CD) is known color: Viking. HEX triplet: 42, A4 and CD. RGB value is (66,164,205). Sum of RGB (Red+Green+Blue) = 66+164+205=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #42A4CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4CD is #BD5B32. Grayscale: #8B8B8B. Windows color (decimal): -12409651 or 13476930. OLE color: 13476930.

HSL color Cylindrical-coordinate representation of color #42A4CD: hue angle of 197.7º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A4CD is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 164 205 -
CMYK 0.68 0.2 0 0.20
HSL 197.7º 0.58% 0.53% -
HSV(B) 197.7º 0.68% 0.8% -
XYZ 26.54 32.12 62.56 -
YUV 139.37 165.03 75.67 -
System Red Green Blue C M Y K H S L
Decimal 66 164 205 0.68 0.2 0 0.20 197.7 0.58 0.53
Hex 42 A4 CD 44 14 0 14 C6 3A 35
Octal 102 244 315 104 24 0 24 306 72 65
Binary 1000010 10100100 11001101 1000100 10100 0 10100 11000110 111010 110101

Color Harmonies of #42A4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A4CD

Black with #42A4CD

Text Example


Text Example

White with #42A4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A4CD; }

 p { color: rgb(66,164,205); }

 H1.HeaderClassName
 {
   color: #42A4CD;
 }
 .AnyTagClassName
 {
   color: #42A4CD;
 }
</style>

background-color css

<style>
 a { background-color: #42A4CD; }

 a { background-color: rgb(66,164,205); }

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

border-color css

<style>
 span { border-color: #42A4CD; }

 span { border-color: rgb(66,164,205); }

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